Gets or sets a value indicating whether to check for updates.
Namespace: Censitif.Library.ControlAssembly: 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:
property bool CheckForUpdates {
bool get ();
void set (bool value);
}
public:
property bool CheckForUpdates {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanA value indicating whether to check for updates.