UpdateUnit Enumeration
Specifies the units for the update interval.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Namespace: Microsoft.Build.Tasks.Deployment.ManifestUtilities
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration UpdateUnit
[ComVisibleAttribute(false)]
public enum UpdateUnit
[ComVisibleAttribute(false)]
public enum class UpdateUnit
[<ComVisibleAttribute(false)>]
type UpdateUnit
public enum UpdateUnit
Members
Member name | Description | |
---|---|---|
Days | Update interval is in days.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
Hours | Update interval is in hours.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
Weeks | Update interval is in weeks.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
See Also
Reference
Microsoft.Build.Tasks.Deployment.ManifestUtilities Namespace