'Declaration
<System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.DescriptionAttribute("The date which represents "Today" in the Workflow's execution context.")> <System.ComponentModel.CategoryAttribute("JAMS")> Public Property TodayDate As System.Activities.InArgument(Of Date)
'Usage
Dim instance As SetToday Dim value As System.Activities.InArgument(Of Date) instance.TodayDate = value value = instance.TodayDate
[System.Activities.RequiredArgument()] [System.ComponentModel.Description("The date which represents "Today" in the Workflow's execution context.")] [System.ComponentModel.Category("JAMS")] public System.Activities.InArgument<DateTime> TodayDate {get; set;}