Click or drag to resize

SystemUnitClassTypeRoleReferences Property

Gets all role references for the SystemUnitClass. The collection includes all RoleRequirement objects and SupportedRoleClass objects.

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

Property Value

IEnumerableIObjectWithRoleReference
See Also