Gets the alias value of the local alias item that has the specified alias name (if there is one).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string GetAliasValue(
	string aliasName
)
Visual Basic
Public Function GetAliasValue ( _
	aliasName As String _
) As String
JScript
public function GetAliasValue(
	aliasName : String
) : String

Parameters

aliasName
Type: System..::..String
The name of the alias item for which to get the alias value.

Return Value

The alias value of the specified alias name, or null if the alias name is not found.

See Also