GenerateDeploymentManifest.UpdateInterval Property

Definition

Gets or sets the update interval for the application.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

The update interval for the application.

Remarks

The default value is zero. This property only applies when the values of the Install and UpdateEnabled properties are both true.

Applies to