Sets 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 void SetAliasValue(
	string aliasName,
	string aliasValue
)
Visual Basic
Public Sub SetAliasValue ( _
	aliasName As String, _
	aliasValue As String _
)
JScript
public function SetAliasValue(
	aliasName : String, 
	aliasValue : String
)

Parameters

aliasName
Type: System..::..String
The name of the alias item.
aliasValue
Type: System..::..String
The alias value to set.

See Also