Gets the aliased name for the given element to reference in the specified destination Management Pack. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim elementToReference As ManagementPackElement
Dim destinationMP As ManagementPack
Dim returnValue As String

returnValue = UIPage.GetAliasedName(elementToReference, destinationMP)

Syntax

Visual Basic
Protected Shared Function GetAliasedName ( _
		elementToReference As ManagementPackElement, _
		destinationMP As ManagementPack _
) As String
C#
protected static string GetAliasedName (
		ManagementPackElement elementToReference,
		ManagementPack destinationMP
)
C++
protected:
static String^ GetAliasedName (
		ManagementPackElement^ elementToReference, 
		ManagementPack^ destinationMP
)
J#
protected static String GetAliasedName (
		ManagementPackElement elementToReference, 
		ManagementPack destinationMP
)
JScript
protected static function GetAliasedName (
		elementToReference : ManagementPackElement, 
		destinationMP : ManagementPack
) : String

Parameters

elementToReference

The element to reference in the specified destination Management Pack.

destinationMP

Return Value

Returns a string that contains the aliased name for the given element to reference in the specified destination Management Pack.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also