ApplicationSettingsUpdateInterval Property |
Gets or sets the interval to check for application updates.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract int UpdateInterval { get; set; }
Public MustOverride Property UpdateInterval As Integer
Get
Set
Property Value
Type:
Int32
A value that represents the number of days between checking for updates. You can specify 1, 7, 30 or 0. If 0 is specified, do not check for updates.
See Also