Share via


DeployManifest.UpdateUnit Property

Definition

Specifies the units for UpdateInterval input. This input only applies when Install and UpdateEnabled are both True.

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::UpdateUnit UpdateUnit { Microsoft::Build::Tasks::Deployment::ManifestUtilities::UpdateUnit get(); void set(Microsoft::Build::Tasks::Deployment::ManifestUtilities::UpdateUnit value); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateUnit UpdateUnit { get; set; }
member this.UpdateUnit : Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateUnit with get, set
Public Property UpdateUnit As UpdateUnit

Property Value

An UpdateUnit object that indicates the units used for the UpdateInterval property.

Remarks

The following values are available for the units used for the update interval: Days, Hours, and Weeks. For more information, see UpdateUnit.

This input only applies only when Install and UpdateEnabled are both set to true.

Applies to