The list of the keys used to get the values from the event field

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

Syntax

C#
public List<string> ItemKeys { get; private set; }
Visual Basic
Public Property ItemKeys As List(Of String)
	Get
	Private Set
JScript
function get ItemKeys () : List<String>
private function set ItemKeys (value : List<String>)

See Also