Touchstone 11.0 API Reference
UseExposureViewFilter Property (GetContractsRequest)


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace > GetContractsRequest Class : UseExposureViewFilter Property
(Optional) Specifies whether to filter the list of Contracts using the value you provide in the ExposureViewSid property.

Note: You must set the UseExposureViewFilter to true to retrieve only the Contracts associated with the Exposure View.

Syntax
Public Property UseExposureViewFilter As Boolean
Dim instance As GetContractsRequest
Dim value As Boolean
 
instance.UseExposureViewFilter = value
 
value = instance.UseExposureViewFilter
public bool UseExposureViewFilter {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

GetContractsRequest Class
GetContractsRequest Members