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

Gets or sets the path for this DirectoryEntry.

[Visual Basic]
Public Property Path As String
[C#]
public string Path {get; set;}
[C++]
public: __property String* get_Path();
public: __property void set_Path(String*);
[JScript]
public function get Path() : String;
public function set Path(String);

Property Value

The path of this DirectoryEntry.

Remarks

The Path property uniquely identifies this entry in a networked environment. The entry can always be retrieved using this path.

Setting the path will retrieve a new entry out of the directory store, it will not change the path of the currently bound entry.

Note   The portion of the Path that identifies the provider is case sensitive.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace