Gets the current global alias value settings for this Viewer control.

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

Syntax

C#
public string CurrentGlobalAliases { get; set; }
Visual Basic
Public Property CurrentGlobalAliases As String
	Get
	Set
JScript
function get CurrentGlobalAliases () : String
function set CurrentGlobalAliases (value : String)

See Also