Document Type (BBIE). Qualifies types of document as text.

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 IText DocumentType { get; set; }
Visual Basic
Public Property DocumentType As IText
	Get
	Set
Visual C++
public:
virtual property IText^ DocumentType {
	IText^ get () sealed;
	void set (IText^ value) sealed;
}
F#
abstract DocumentType : IText with get, set
override DocumentType : IText with get, set

Property Value

Type: IText

Implements

IAttachedDocument..::..DocumentType

Remarks

Dictionary entry name
Attached Document. Document Type. Text
Cardinality
0..1

See Also