 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string AttributePath { get; }
Public ReadOnly Property AttributePath As String
Get
public:
property String^ AttributePath {
String^ get ();
}
Return Value
StringThe constructed attribute path for this instance.
See Also