Share via


ManagementPack.GetClass(String) Method

Definition

Retrieves the specified class from the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ GetClass(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackClass GetClass (string name);
member this.GetClass : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackClass
Public Function GetClass (name As String) As ManagementPackClass

Parameters

name
String

The name of the class.

Returns

A string representing the specified class.

Applies to