DeployManifest.UpdateInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the update interval for the application. The default is zero. This input only applies when Install and UpdateEnabled are both True.
public:
property int UpdateInterval { int get(); void set(int value); };
public int UpdateInterval { get; set; }
member this.UpdateInterval : int with get, set
Public Property UpdateInterval As Integer
Property Value
An integer that indicates the update interval for the application.
Remarks
The default is zero. This input only applies only when Install and UpdateEnabled are both set to true
.