The array of ORIGINAL 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[] OriginalItemArray { get; set; }
Visual Basic
Public Property OriginalItemArray As Object()
	Get
	Set
JScript
function get OriginalItemArray () : Object[]
function set OriginalItemArray (value : Object[])

See Also