 | InternalElementTypeRoleRequirements Property |
Gets the collection of RoleRequirements objects contained in this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXSequence<RoleRequirementsType> RoleRequirements { get; }
Public ReadOnly Property RoleRequirements As CAEXSequence(Of RoleRequirementsType)
Get
public:
property CAEXSequence<RoleRequirementsType^>^ RoleRequirements {
CAEXSequence<RoleRequirementsType^>^ get ();
}
Property Value
CAEXSequenceRoleRequirementsType
See Also