Document (BBIE). Contains an embedded document as a BLOB (binary large object).
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: 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:
IEmbeddedDocumentBinaryObjectImplements
IAttachment..::..EmbeddedDocumentBinaryObjectRemarks
See Also