MVPSI.JAMS.Activities Namespace > SubmitEntry Class : ScheduleDate Property |
'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 SubmitEntry 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;}
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