Default constructor

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public AwxDataValue(
	string key,
	int value
)
Visual Basic
Public Sub New ( _
	key As String, _
	value As Integer _
)
JScript
public function AwxDataValue(
	key : String, 
	value : int
)

Parameters

key
Type: System..::..String
The identifier of the data value
value
Type: System..::..Int32
It's possible to specify explicitly the value of the data value

See Also