IBusinessRuleLocalizedName Property |
Gets the localized name of the business rule.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxstring LocalizedName { get; }
ReadOnly Property LocalizedName As String
Get
property String^ LocalizedName {
String^ get ();
}
abstract LocalizedName : string with get
Property Value
Type:
String
The localized name of the business rule.
See Also