An NDoc Documented Class Library

ADLayer.RootDse Property

Returns a DirectoryEntry pointing to the RootDSE of the queried Active Directory forest.

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

See Also

ADLayer Class | InfiniTec.ActiveDirectory Namespace