Share via


ManagementPackReferenceCollection.GetAlias(ManagementPackReference) Method

Definition

Gets the alias for the specified management pack reference.

public:
 System::String ^ GetAlias(Microsoft::EnterpriseManagement::Configuration::ManagementPackReference ^ mpreference);
public string GetAlias (Microsoft.EnterpriseManagement.Configuration.ManagementPackReference mpreference);
member this.GetAlias : Microsoft.EnterpriseManagement.Configuration.ManagementPackReference -> string
Public Function GetAlias (mpreference As ManagementPackReference) As String

Parameters

mpreference
ManagementPackReference

The management pack reference.

Returns

A string that contains the alias for the specified management pack reference.

Applies to