Share via


ManagementPack.GetFactTypes Method

Definition

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

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

Returns

The ManagementPackFactType objects defined in this management pack.

Applies to