 | AttributeNameMappingTypeRoleAttribute Property |
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic AttributeType RoleAttribute { get; set; }
Public Property RoleAttribute As AttributeType
Get
Set
public:
property AttributeType^ RoleAttribute {
AttributeType^ get ();
void set (AttributeType^ value);
}
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