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)

Initializes a new instance of the DirectoryEntry class that will bind to the directory entry at path.

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

Parameters

path
The path at which to bind the DirectoryEntry to the directory.

Exceptions

Exception Type Condition
  [To be supplied.]

See Also

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