AnalyticsSettingsNeedsUpdate Property
|
Namespace: Ingeniux.CMS.AnalyticsAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic bool NeedsUpdate { get; set; }Public Property NeedsUpdate As Boolean
Get
Set
public:
virtual property bool NeedsUpdate {
bool get () sealed;
void set (bool value) sealed;
}abstract NeedsUpdate : bool with get, set
override NeedsUpdate : bool with get, set
Property Value
BooleanImplements
IAnalyticsSettingsNeedsUpdate
See Also