EntityBaseIsCustomLocalizationApplied Property |
Gets or sets a value indicating whether a custom localization applied on this entity.
Namespace:
Dundas.BI.Entities
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IsCustomLocalizationApplied { get; set; }
Public Property IsCustomLocalizationApplied As Boolean
Get
Set
public:
property bool IsCustomLocalizationApplied {
bool get ();
void set (bool value);
}
member IsCustomLocalizationApplied : bool with get, set
Property Value
Type:
BooleanSee Also