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.GUID

Gets the globally unique identifier (GUID) associated with the Type.

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

Property Value

The GUID associated with the Type.

See Also

Type Class | Type Members | System Namespace