PregenerateApplicationManifest.UpdateIntervalUnits Property
Gets or sets the unit of time that the number in UpdateInterval applies to.
Namespace: Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration
Assembly: Microsoft.VisualStudio.Tools.Applications.BuildTasks (in Microsoft.VisualStudio.Tools.Applications.BuildTasks.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public Property UpdateIntervalUnits As String
'Usage
Dim instance As PregenerateApplicationManifest
Dim value As String
value = instance.UpdateIntervalUnits
instance.UpdateIntervalUnits = value
[RequiredAttribute]
public string UpdateIntervalUnits { get; set; }
[RequiredAttribute]
public:
property String^ UpdateIntervalUnits {
String^ get ();
void set (String^ value);
}
public function get UpdateIntervalUnits () : String
public function set UpdateIntervalUnits (value : String)
Property Value
Type: System.String
The unit of time that the number in UpdateInterval applies to.
Remarks
There are three possible values:
days
weeks
months
Use UpdateIntervalUnits together with UpdateInterval.
The UpdateIntervalUnits property must be assigned before Execute is called.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PregenerateApplicationManifest Class
PregenerateApplicationManifest Members
Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration Namespace