 | RoleRequirementsTypeUnAssignedQualifiedRoleClassInterfacesOfMultipleRoles 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 interfaces of supported role class objects which are not
assigned to this RoleRequirements
instance. The returned ExternalInterfaces are created with a qualified Name, including the supported role class
name, a separator string "." and
the interface name.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<ExternalInterfaceType> UnAssignedQualifiedRoleClassInterfacesOfMultipleRoles { get; }
Public ReadOnly Property UnAssignedQualifiedRoleClassInterfacesOfMultipleRoles As IEnumerable(Of ExternalInterfaceType)
Get
public:
property IEnumerable<ExternalInterfaceType^>^ UnAssignedQualifiedRoleClassInterfacesOfMultipleRoles {
IEnumerable<ExternalInterfaceType^>^ get ();
}
Property Value
IEnumerableExternalInterfaceType
See Also