DeployManifest.UpdateUnit 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 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
.