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

In This Topic
    Instances Property (HistoryQueryParameters)
    In This Topic
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property Instances As List(Of Integer)
    [DataMember()]
    public List<int> Instances {get;}
    See Also