Share via


ManagementPack.GetRelationshipFactType(String) Method

Definition

Retrieves a relationship fact type by using a name.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationshipFactType ^ GetRelationshipFactType(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipFactType GetRelationshipFactType (string name);
member this.GetRelationshipFactType : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipFactType
Public Function GetRelationshipFactType (name As String) As ManagementPackRelationshipFactType

Parameters

name
String

The relationship fact type name.

Returns

The named relationship fact type.

Applies to