JAMS 6.x Help
ResubmitBase Property (Setup)


Gets or sets the ResubmitBase property, which specifies which time should be used to calculate the resubmit time for a recurring Setup.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Schedule")>
<System.ComponentModel.DescriptionAttribute("Specifies the time that should be used to compute the next run time of a repeating job")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ResubmitBase As ResubmitBase
'Usage
 
Dim instance As Setup
Dim value As ResubmitBase
 
instance.ResubmitBase = value
 
value = instance.ResubmitBase
[System.ComponentModel.Category("Schedule")]
[System.ComponentModel.Description("Specifies the time that should be used to compute the next run time of a repeating job")]
[System.ComponentModel.DefaultValue()]
public ResubmitBase ResubmitBase {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Setup Class
Setup Members

Send Feedback