The list of the keys used to identify the values in the ItemArray. Each item in the item array has its own key in the ItemKeys.

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

Syntax

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

See Also