ActiveDirectoryServerDownException::Name Property

 

Gets the name of the server that is associated with the ActiveDirectoryServerDownException object.

Namespace:   System.DirectoryServices.ActiveDirectory
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

A String that contains the name of the server that caused this error.

.NET Framework
Available since 2.0
Return to top
Show: