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!

DirectoryEntry.Guid

Gets the globally unique identifier of the DirectoryEntry.

[Visual Basic]
Public ReadOnly Property Guid As Guid
[C#]
public Guid Guid {get;}
[C++]
public: __property Guid get_Guid();
[JScript]
public function get Guid() : Guid;

Property Value

The globally unique identifier of the DirectoryEntry.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | Guid