The DocumentAcknowledgment type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AcknowledgedDocumentHeader |
Gets or sets the document header that identifies the document that
is being acknowledged.
| |
| DocumentErrors |
Gets the collection of syntax errors in the acknowledged document.
| |
| DocumentResponse |
Gets or sets the action that is being taking by the acknowledging party
(i.e. the overall result of a syntax analysis of the acknowledged
document).
| |
| DocumentResponseSpecified |
Include the DocumentResponse
property when serializing the class or generating the document.
| |
| DocumentType |
Gets the CICA Document type of this document, which is
CicaDocumentType.DocumentAcknowledgment.
(Overrides DocumentBase..::.DocumentType.) | |
| ErrorCode |
Gets or sets the error code that indicates the type of error that
occured.
| |
| ErrorCodeSpecified |
Include the ErrorCode
property when serializing the class or generating the document.
| |
| ErrorDescription |
Gets or sets the error description that describes the nature of
the error.
| |
| ErrorDescriptionSpecified |
Include the ErrorDescription
property when serializing the class or generating the document.
| |
| Header |
Gets or sets the header of this document.
(Inherited from DocumentBase.) |