Click or drag to resize

AttributeTypeAttributePath Property

Returns the attribute path, which is equal to the attribute name for any attribute, which is not a nested attribute or a concatenation of attribute names separated by the attribute path delimiter for nested attributes.

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

Return Value

String
The constructed attribute path for this instance.
See Also