ManagementPack.GetBehaviorImplementations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a collection of all management pack behavior implementation objects defined in the current management pack.
public:
Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackBehaviorImplementation ^> ^ GetBehaviorImplementations();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorImplementation> GetBehaviorImplementations ();
member this.GetBehaviorImplementations : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorImplementation>
Public Function GetBehaviorImplementations () As ManagementPackElementCollection(Of ManagementPackBehaviorImplementation)
Returns
A collection of all management pack behavior implementation objects.