Share via


ManagementPack.GetBehaviorType(String) Method

Definition

Retrieves the specified behavior type from the management pack.

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

Parameters

name
String

The behavior type name.

Returns

The specified behavior type.

Applies to