 | RoleRequirementsTypeUnAssignedQualifiedRoleClassAttributesOfMultipleRoles Property |
This property supports the Multiple Roles concept in AutomationML 2.0, based on CAEX 2.15. The property is not
applicable for documents,
based on CAEX 3.0 and later. It gets the role class attributes of supported role class objects which are not
assigned to this RoleRequirements
instance. The returned Attributes are created with a qualified Name, including the supported role class name, a
separator string "." and
the attribute name.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<AttributeType> UnAssignedQualifiedRoleClassAttributesOfMultipleRoles { get; }
Public ReadOnly Property UnAssignedQualifiedRoleClassAttributesOfMultipleRoles As IEnumerable(Of AttributeType)
Get
public:
property IEnumerable<AttributeType^>^ UnAssignedQualifiedRoleClassAttributesOfMultipleRoles {
IEnumerable<AttributeType^>^ get ();
}
Property Value
IEnumerableAttributeType
See Also