Share via


ManagementPack.GetComponentType(String) Method

Definition

Retrieves the specified component type from the management pack.

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

Parameters

name
String

The component type name.

Returns

The specified component type.

Applies to