Gets the fully qualified name of the specified element to be referenced. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim instance As IAuthoringContext
Dim elementToReference As ManagementPackElement
Dim returnValue As String

returnValue = instance.GetAliasedName(elementToReference)

Syntax

Visual Basic
Function GetAliasedName ( _
		elementToReference As ManagementPackElement _
) As String
C#
string GetAliasedName (
		ManagementPackElement elementToReference
)
C++
String^ GetAliasedName (
		ManagementPackElement^ elementToReference
)
J#
String GetAliasedName (
		ManagementPackElement elementToReference
)
JScript
function GetAliasedName (
		elementToReference : ManagementPackElement
) : String

Parameters

elementToReference

The Management Pack element to reference.

Return Value

A string that contains the alias name of the element with the Management Pack specified in the DestinationManagementPack property as the Management Pack referencing the element.

Remarks

This method adds a reference to the Management Pack if required.


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