Share via


ManagementPack.GetForms Method

Definition

Retrieves a collection of ManagementPackForm objects defined in this management pack.

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

Returns

The ManagementPackForm objects defined in this management pack.

Applies to