Click or drag to resize

CAEXReferenceReferenceAttributeName Property

Gets the name of the reference attribute which contains the value of the reference. To get or set the attribute value for the attribute with this name the SetXAttributeValue(XName, Object) and GetXAttributeValue(XName) methods can be used.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public string ReferenceAttributeName { get; }

Property Value

String

Implements

ICAEXReferenceReferenceAttributeName
See Also