adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / HistoryQueryParameters Class / Instances Property


In This Topic
    Instances Property (HistoryQueryParameters)
    In This Topic
    List of specific instances to retrieve
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property Instances As List(Of Integer)
    [DataMember()]
    public List<int> Instances {get;}
    [DataMember()]
    public:
    property List<int>^ Instances {
       List<int>^ get();
    }
    See Also