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

Gets the relative name of the object as named with the underlying directory service.

[Visual Basic]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
public: __property String* get_Name();
[JScript]
public function get Name() : String;

Property Value

The relative name of the object as named with the underlying directory service.

Remarks

This name distinguishes this entry from its siblings and must be unique in each instance of DirectoryEntry. An exception is thrown if the name already exists in the DirectoryEntry.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace