ConfigurationSet.ToString Method

Definition

Returns the name of the ConfigurationSet object.

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

Returns

A String that contains the name of the current ConfigurationSet object.

Applies to

See also