EventsQueue

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

Syntax

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

See Also