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

Gets this entry's parent entry in the store.

[Visual Basic]
Public ReadOnly Property Parent As DirectoryEntry
[C#]
public DirectoryEntry Parent {get;}
[C++]
public: __property DirectoryEntry* get_Parent();
[JScript]
public function get Parent() : DirectoryEntry;

Property Value

This entry's parent entry in the store.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace