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).
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual CicaDocumentResponseCode DocumentResponse { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property DocumentResponse As CicaDocumentResponseCode |
Visual C++ |
---|
public: virtual property CicaDocumentResponseCode DocumentResponse { CicaDocumentResponseCode get (); void set (CicaDocumentResponseCode value); } |
Property Value
The action that is being taking by the acknowledging party (i.e. the overall result of a syntax analysis of the acknowledged document). The default value is Invalid.Remarks
This property is equivalent to the Action Code primitive (P71_1) in the Action block (B52_1) in the Document Response module (M92).
The DocumentResponseSpecified property indicates whether or not this property will be included in the serialized class or generated document. The DocumentResponseSpecified property is automatically set to true when this property is set.