Document Status Code (BBIE). Identifies the status of the Forwarding Instructions with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising.

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IDocumentStatusCode DocumentStatusCode { get; set; }
Visual Basic
Public Property DocumentStatusCode As IDocumentStatusCode
	Get
	Set
Visual C++
public:
virtual property IDocumentStatusCode^ DocumentStatusCode {
	IDocumentStatusCode^ get () sealed;
	void set (IDocumentStatusCode^ value) sealed;
}
F#
abstract DocumentStatusCode : IDocumentStatusCode with get, set
override DocumentStatusCode : IDocumentStatusCode with get, set

Property Value

Type: IDocumentStatusCode

Implements

IForwardingInstructions..::..DocumentStatusCode

Remarks

Dictionary entry name
Forwarding Instructions. Document Status Code. Code
Cardinality
0..1

See Also