ActionBusinessRuleTObjectName Property |
Gets the rule name.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override string Name { get; }
Public Overrides ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () override;
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
String
The name.
Implements
IBusinessRuleName
See Also