Share via


ManagementPack.GetModuleType(String) Method

Definition

Retrieves the specified module type from the management pack.

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

Parameters

name
String

The name of the module type.

Returns

The specified module type.

Applies to