Touchstone 11.0 API Reference
ExposureViewSid Property (ExposureViewOptions)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ExposureViewOptions Class : ExposureViewSid Property
Defines the Touchstone®-generated Sequential Identifier that uniquely identifies the Exposure View to which Touchstone should add during the data import process.
Syntax
Public Property ExposureViewSid As Nullable(Of Integer)
Dim instance As ExposureViewOptions
Dim value As Nullable(Of Integer)
 
instance.ExposureViewSid = value
 
value = instance.ExposureViewSid
public Nullable<int> ExposureViewSid {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

ExposureViewOptions Class
ExposureViewOptions Members