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

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