Gets or sets a value indicating whether to check for updates.
Namespace: Censitif.Library.ComponentAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
public bool CheckForUpdates { get; set; }
public bool CheckForUpdates { get; set; }
Public Property CheckForUpdates As Boolean
Get
Set
Public Property CheckForUpdates As Boolean
Get
Set
public:
virtual property bool CheckForUpdates {
bool get () sealed;
void set (bool value) sealed;
}
public:
virtual property bool CheckForUpdates {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanA value indicating whether to check for updates.
Implements
IUpdateMgr CheckForUpdates