Document (BBIE). Contains an embedded document as a BLOB (binary large object).
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IEmbeddedDocumentBinaryObject EmbeddedDocumentBinaryObject { get; set; } |
| Visual Basic |
|---|
Property EmbeddedDocumentBinaryObject As IEmbeddedDocumentBinaryObject
Get
Set |
| Visual C++ |
|---|
property IEmbeddedDocumentBinaryObject^ EmbeddedDocumentBinaryObject {
IEmbeddedDocumentBinaryObject^ get ();
void set (IEmbeddedDocumentBinaryObject^ value);
} |
| F# |
|---|
abstract EmbeddedDocumentBinaryObject : IEmbeddedDocumentBinaryObject with get, set
|
Property Value
Type:
IEmbeddedDocumentBinaryObjectRemarks
See Also