Click or drag to resize

ExternalReferenceTypeExternalDocument Property

Gets the external document referenced by this instance. To get the document, a IExternalReferenceResolver has to be registered. If no such service exists, the value is null.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public CAEXDocument ExternalDocument { get; }

Property Value

CAEXDocument
The external document if a ExternalReferenceResolverService exists; otherwise null.
See Also