'Declaration
<System.ComponentModel.CategoryAttribute("JAMS")> Public Property NewValue As System.Activities.InArgument(Of Object)
'Usage
Dim instance As SetVariable Dim value As System.Activities.InArgument(Of Object) instance.NewValue = value value = instance.NewValue
[System.ComponentModel.Category("JAMS")] public System.Activities.InArgument<object> NewValue {get; set;}