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);
The path of this DirectoryEntry.
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.
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace