AttributeExpressionTObjectRuleCode Property |
Gets the code of the business rule executing this expression.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string RuleCode { get; }
Public ReadOnly Property RuleCode As String
Get
public:
virtual property String^ RuleCode {
String^ get () sealed;
}
abstract RuleCode : string with get
override RuleCode : string with get
Property Value
Type:
String
The rule code.
Implements
IAttributeExpressionRuleCode
See Also