Site.ToString Method

Definition

Returns the site name.

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

Returns

The site name.

Remarks

This method returns the value of the Name property.

Applies to