JAMS Developer Guide
ScheduleDate Property (Submit)


MVPSI.JAMS.Activities Namespace > Submit Class : ScheduleDate Property
The date this Job should be submitted to run on with the default being today.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The date this Job should be submitted to run on with the default being today.")>
<System.ComponentModel.CategoryAttribute("Submit Schedule")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ScheduleDate As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As Submit
Dim value As System.Activities.InArgument(Of String)
 
instance.ScheduleDate = value
 
value = instance.ScheduleDate
[System.ComponentModel.Description("The date this Job should be submitted to run on with the default being today.")]
[System.ComponentModel.Category("Submit Schedule")]
[System.ComponentModel.DefaultValue()]
public System.Activities.InArgument<string> ScheduleDate {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

Submit Class
Submit Members