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 (String)

Constructor that sets the Path property.

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

Parameters

path
[To be supplied.]

See Also

AdsiBinder Class | AdsiBinder Members | System.DirectoryServices Namespace | AdsiBinder Constructor Overload List