Touchstone 11.0 API Reference
AIREvents Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetAIREventsResponse Class : AIREvents Property
Contains a list of all AIR Events within the specified SQL Server Instance.

Each object in this list contains detailed information about a specific AIR Event.

Syntax
Public Property AIREvents As List(Of AIREvent)
Dim instance As GetAIREventsResponse
Dim value As List(Of AIREvent)
 
instance.AIREvents = value
 
value = instance.AIREvents
public List<AIREvent> AIREvents {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetAIREventsResponse Class
GetAIREventsResponse Members