ActiveDirectorySite.ToString Method

Definition

Returns the name of the site.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A String that represents the name of the site.

Exceptions

The object has been disposed.

Applies to

See also