External Reference (ASBIE). An attached document, externally referred to, referred to in the MIME location, or embedded.

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

Property Value

Type: IExternalReference

Implements

IAttachment..::..ExternalReference

Remarks

Dictionary entry name
Attachment. External Reference
Cardinality
0..1

See Also