GenerateDeploymentManifest.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.
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
.