ManagementPack.GetClass(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.