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!

CodeClass.IsEnum

Gets whether the class is an enum.

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

Property Value

true if the class type attributes match, otherwise false.

See Also

CodeClass Class | CodeClass Members | System.CodeDOM Namespace