Click or drag to resize

AttributeNameMappingTypeRoleAttribute Property

Gets the RoleClass element which can be identified with the RoleAttributeName or sets the RoleAttributeName retrieved from the provided value.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AttributeType RoleAttribute { get; set; }

Property Value

AttributeType
The role attribute.
Remarks
If the RoleAttributeName identifies a RoleRequirements Attribute and a RoleClass Attribute as well, the RoleClass Attribute is returned by the Getter.
See Also