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

Initializes a new instance of the DirectoryEntry class.

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

Parameters

path
The path of this DirectoryEntry.
username
[To be supplied.]
password
[To be supplied.]

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | DirectoryEntry Constructor Overload List | Password | Path | Username