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

Closes the DirectoryEntry and releases any system resources associated with this component.

[Visual Basic]
Public Sub Close()
[C#]
public void Close();
[C++]
public: void Close();
[JScript]
public function Close();

Remarks

Following a call to Close, any operations on the DirectoryEntry may raise exceptions.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace