Document Type Code (BBIE). Qualifies the type of document using a code set.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ICode DocumentTypeCode { get; set; } |
| Visual Basic |
|---|
Public Property DocumentTypeCode As ICode
Get
Set |
| Visual C++ |
|---|
public:
virtual property ICode^ DocumentTypeCode {
ICode^ get () sealed;
void set (ICode^ value) sealed;
} |
| F# |
|---|
abstract DocumentTypeCode : ICode with get, set
override DocumentTypeCode : ICode with get, set |
Property Value
Type:
ICodeImplements
IAttachedDocument..::..DocumentTypeCodeRemarks
See Also