 | SystemUnitClassTypeRoleReferences Property |
Gets all role references for the SystemUnitClass. The collection includes all
RoleRequirement objects and SupportedRoleClass objects.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual IEnumerable<IObjectWithRoleReference> RoleReferences { get; }
Public Overridable ReadOnly Property RoleReferences As IEnumerable(Of IObjectWithRoleReference)
Get
public:
virtual property IEnumerable<IObjectWithRoleReference^>^ RoleReferences {
IEnumerable<IObjectWithRoleReference^>^ get ();
}
Property Value
IEnumerableIObjectWithRoleReference
See Also