JAMS Developer Guide
ExceptForDate Property (SubmitEntry)


MVPSI.JAMS.Activities Namespace > SubmitEntry Class : ExceptForDate Property
A date specification that indicates the date(s) this Job or Setup should not be run on. The Workflow's ""Today"" date is taken into account when evaluating this date.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("A date specification that indicates the date(s) this Job or Setup should not be run on. The Workflow's "Today" date is taken into account when evaluating this date.")>
<System.ComponentModel.CategoryAttribute("Submit Constraints")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ExceptForDate As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As SubmitEntry
Dim value As System.Activities.InArgument(Of String)
 
instance.ExceptForDate = value
 
value = instance.ExceptForDate
[System.ComponentModel.Description("A date specification that indicates the date(s) this Job or Setup should not be run on. The Workflow's "Today" date is taken into account when evaluating this date.")]
[System.ComponentModel.Category("Submit Constraints")]
[System.ComponentModel.DefaultValue()]
public System.Activities.InArgument<string> ExceptForDate {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

SubmitEntry Class
SubmitEntry Members