Touchstone 11.0 API Reference
ExposureSetSid Property (GetContractsRequest)


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace > GetContractsRequest Class : ExposureSetSid Property
(Optional) Contains the Touchstone®-generated Sequential Identifier that uniquely identifies the Exposure Set that contains the Contracts to retrieve.
Syntax
Public Property ExposureSetSid As Nullable(Of Integer)
Dim instance As GetContractsRequest
Dim value As Nullable(Of Integer)
 
instance.ExposureSetSid = value
 
value = instance.ExposureSetSid
public Nullable<int> ExposureSetSid {get; set;}
Remarks
You must specify either Exposure Data Source SID, Exposure Set SID, or Exposure View SID in the GetContractsRequest object.
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