DeployManifest.UpdateInterval Property

Definition

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.

Applies to