The array of values that were sent together with the notification

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

Syntax

C#
public Object[] ItemArray { get; set; }
Visual Basic
Public Property ItemArray As Object()
	Get
	Set
JScript
function get ItemArray () : Object[]
function set ItemArray (value : Object[])

See Also