Share via


CreatableEnterpriseManagementObject.ToString Method

Definition

Returns a string that represents this object.

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

Returns

The string representing this object.

Remarks

The string that will be returned varies depending on what the current object is being used for. If the object contains key\value structures, a list of each of these will be returned. If the [ToString]() is used to create this object, the name of that class will be returned. Otherwise, a string representing the base class object will be returned.

Applies to