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!

Type.IsEnum

Gets a value indicating whether the Type is an enumeration.

[Visual Basic]
Public ReadOnly Property IsEnum As Boolean
[C#]
public bool IsEnum {get;}
[C++]
public: __property bool get_IsEnum();
[JScript]
public function get IsEnum() : Boolean;

Property Value

true if the Type is an enumeration; otherwise, false.

See Also

Type Class | Type Members | System Namespace | TypeAttributes