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.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IDocumentStatusCode DocumentStatusCode { get; set; } |
| Visual Basic |
|---|
Property DocumentStatusCode As IDocumentStatusCode
Get
Set |
| Visual C++ |
|---|
property IDocumentStatusCode^ DocumentStatusCode {
IDocumentStatusCode^ get ();
void set (IDocumentStatusCode^ value);
} |
| F# |
|---|
abstract DocumentStatusCode : IDocumentStatusCode with get, set
|
Property Value
Type:
IDocumentStatusCodeRemarks
See Also