Touchstone 11.0 API Reference
Contracts Property


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace > GetContractsResponse Class : Contracts Property
Contains a list of all Contracts within the specified SQL Server Instance. Further, this list contains only the Contracts within the specified Exposure View (if you have applied the Use Exposure View Filter).

Each object in this list contains information about a specific Contract.

Syntax
Public Property Contracts As List(Of Contract)
Dim instance As GetContractsResponse
Dim value As List(Of Contract)
 
instance.Contracts = value
 
value = instance.Contracts
public List<Contract> Contracts {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

GetContractsResponse Class
GetContractsResponse Members