BusinessRuleCode Property |
Gets the unique rule code.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string Code { get; }
Public ReadOnly Property Code As String
Get
public:
virtual property String^ Code {
String^ get () sealed;
}
abstract Code : string with get
override Code : string with get
Property Value
Type:
String
The rule code.
Implements
IBusinessRuleCode
See Also