 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<AttributeType> QualifiedAttributes { get; }
Public ReadOnly Property QualifiedAttributes As IEnumerable(Of AttributeType)
Get
public:
property IEnumerable<AttributeType^>^ QualifiedAttributes {
IEnumerable<AttributeType^>^ get ();
}
Property Value
IEnumerableAttributeType
See Also