 | IContractLookupGetContractListResponseType Class |
A list of contracts returned by a contract search method.
Inheritance HierarchySystemObject
IASIContractLookupGetContractListResponseType
Namespace:
IAS
Assembly:
ContractLookup (in ContractLookup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class GetContractListResponseType
Public Class GetContractListResponseType
public class GetContractListResponseType
IAS.GetContractListResponseType = function();
Type.createClass(
'IAS.GetContractListResponseType');
The IContractLookupGetContractListResponseType type exposes the following members.
Fields
| Name | Description |
---|
 | Contracts | An array containing summary information on all matching contracts. |
 | ErrorInfo | Error details. |
Top
See Also