Click or drag to resize

RoleRequirementsTypeQualifiedAttributes Property

Gets the collection of CAEX attributes from the Attribute which are qualified with the name of a SupportedRoleClass. This method is valid for documents based on CAEX 2.15 only. The qualification of attributes is a feature to assign multiple roles to an InternalElement.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<AttributeType> QualifiedAttributes { get; }

Property Value

IEnumerableAttributeType
See Also