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!

AdsiBinder Constructor

[To be supplied.]

Overload List

Default constructor.

[Visual Basic] Overloads Public Sub New()
[C#] public AdsiBinder();
[C++] public: AdsiBinder();
[JScript] public function AdsiBinder();

Constructor that sets the Path property.

[Visual Basic] Overloads Public Sub New(String)
[C#] public AdsiBinder(String);
[C++] public: AdsiBinder(String*);
[JScript] public function AdsiBinder(String);

See Also

AdsiBinder Class | AdsiBinder Members | System.DirectoryServices Namespace