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

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;

Property Value

The native ADSI object.

Remarks

Use this property to cast the native Active Directory object when you want to use a COM interface.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace