Touchstone 11.0 API Reference
Details Property


Air.Services.Proxy Assembly > AIR.Services.ProjectManagement.Data Namespace > ExposureView Class : Details Property
(Required) Contains a list of the Exposure Sets that serve as the sources for this Exposure View.
Syntax
Public Property Details As List(Of ExposureViewDetail)
Dim instance As ExposureView
Dim value As List(Of ExposureViewDetail)
 
instance.Details = value
 
value = instance.Details
public List<ExposureViewDetail> Details {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

ExposureView Class
ExposureView Members