Gets or sets the number of days between each update check.
Namespace: Censitif.Library.ComponentAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
public int CheckForUpdateTime { get; set; }
public int CheckForUpdateTime { get; set; }
Public Property CheckForUpdateTime As Integer
Get
Set
Public Property CheckForUpdateTime As Integer
Get
Set
public:
virtual property int CheckForUpdateTime {
int get () sealed;
void set (int value) sealed;
}
public:
virtual property int CheckForUpdateTime {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32The number of days.
Implements
IUpdateMgr CheckForUpdateTime