'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;}