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!

Enumerations

You can assign a value of the underlying type to an enum and vice versa (no cast is requiredby the runtime). You can create an instance of an enum, and you can call the methods of System.Enum as well as any methods defined on the enum's underlying type. However, some language compilers might not allow you to pass an enum as a parameter when an instance of the underlying type is required (or vice versa).

The following additional restrictions apply to enumerations: