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!

EnumBuilder.GUID

Returns the GUID of this enum.

[Visual Basic]
Overridable Public ReadOnly Property GUID As Guid
[C#]
public Guid GUID {override get;}
[C++]
public: __property virtual Guid get_GUID();
[JScript]
public function get GUID() : Guid;

Property Value

Read-only. The GUID of this enum.

See Also

EnumBuilder Class | EnumBuilder Members | System.Reflection.Emit Namespace