EntityBaseIsCustomLocalizationApplied Property |
Gets or sets a value indicating whether a custom localization applied on this entity.
Namespace: Dundas.BI.EntitiesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
Boolean
See Also