Share via


ManagementPack.GetRelationship(String) Method

Definition

Retrieves the specified relationship from the management pack.

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

Parameters

name
String

The name of the relationship.

Returns

The specified ManagementPackRelationship object.

The specified relationship.

Applies to