IDashboardRegistryManagement.GetBehaviorTypes Method

Definition

Gets the behavior types.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackBehaviorType ^> ^ GetBehaviorTypes();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorType> GetBehaviorTypes ();
abstract member GetBehaviorTypes : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorType>
Public Function GetBehaviorTypes () As IList(Of ManagementPackBehaviorType)

Returns

IList<ManagementPackBehaviorType>

Applies to