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


In This Topic
    ExecutionRequestIDs Property
    In This Topic
    Only return records related to the specified execution request IDs
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property ExecutionRequestIDs As List(Of Guid)
    [DataMember()]
    public List<Guid> ExecutionRequestIDs {get;}
    [DataMember()]
    public:
    property List<Guid>^ ExecutionRequestIDs {
       List<Guid>^ get();
    }
    Remarks
    See Also