Share via


ManagementPack.ToString Method

Definition

Retrieves a string that contains the management pack name.

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

Returns

The management pack name.

Remarks

For sealed management packs, the fully qualified name is returned. The fully qualified name is composed of the name, public key token, and version.

Applies to