Share via


ManagementPack.GetRelationshipFactTypes Method

Definition

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

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

Returns

The ManagementPackRelationshipFactType objects defined in this management pack.

Applies to