InquiryType Property
Indicates whether to perform an inquiry on the current batch or on the previous batch.
Syntax
[VB.NET] Public Property InquiryType As GlobalbatchmgrInquiryTypes
[C#] public GlobalbatchmgrInquiryTypes InquiryType {get; set;}
enum GlobalbatchmgrInquiryTypes { itCurrentBatch, itPreviousBatch }
Remarks
This property is used by the BatchInquiry method to indicate whether you wish to retrieve results for the current open batch, or for the most recently closed batch. This property is not applicable for the GetBatchSummary method.
Default Value
0