Returns the DataDictionary key associated to a AwxListField

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

Syntax

C#
public string GetDictionaryKey(
	AwxListField field
)
Visual Basic
Public Function GetDictionaryKey ( _
	field As AwxListField _
) As String
JScript
public function GetDictionaryKey(
	field : AwxListField
) : String

Parameters

field
Type: Ico.Awx.List..::..AwxListField
The AwxListField containing the dictionary

Exceptions

ExceptionCondition
System..::..InvalidOperationException The AwxListField should be defined in the Fields list

See Also