Document (BBIE). Contains an embedded document as a BLOB (binary large object).

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

Syntax

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

Property Value

Type: IEmbeddedDocumentBinaryObject

Implements

IAttachment..::..EmbeddedDocumentBinaryObject

Remarks

Dictionary entry name
Attachment. Embedded_ Document. Binary Object
Cardinality
0..1

See Also