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