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
ADLayer Class | InfiniTec.ActiveDirectory Namespace