Share via


ManagementPack.GetBehaviorTypes Method

Definition

Retrieves a collection of all management pack behavior type objects defined in the current management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackBehaviorType ^> ^ GetBehaviorTypes();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorType> GetBehaviorTypes ();
member this.GetBehaviorTypes : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorType>
Public Function GetBehaviorTypes () As ManagementPackElementCollection(Of ManagementPackBehaviorType)

Returns

A collection of all management pack behavior type objects.

Applies to