NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Warning (level 1) C4501

'identifier' : use of '::' unnecessary here

The given identifier was local in scope, so the scope resolution operator (::) was not required.

The compiler ignored the optional scope resolution operator.