Gets the native Active Directory Services Interface (ADSI) object.
[Visual Basic] Public ReadOnly Property NativeObject As Object [C#] public object NativeObject {get;} [C++] public: __property Object* get_NativeObject(); [JScript] public function get NativeObject() : Object;
The native ADSI object.
Use this property to cast the native Active Directory object when you want to use a COM interface.
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace