DataAttributeBaseTObjectLocalizedName Property |
Gets the name of the attribute in the current UI culture.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual string LocalizedName { get; }
Public Overridable ReadOnly Property LocalizedName As String
Get
public:
virtual property String^ LocalizedName {
String^ get ();
}
abstract LocalizedName : string with get
override LocalizedName : string with get
Property Value
Type:
String
The localized name of the attribute.
Implements
IDataAttributeLocalizedName
See Also