'Declaration
<System.ComponentModel.DescriptionAttribute("When true, we look for Workflow variables and arguments that match parameter names.")> <System.ComponentModel.CategoryAttribute("JAMS")> <System.ComponentModel.DefaultValueAttribute()> Public Property UseVariables As System.Boolean
'Usage
Dim instance As SubmitEntry Dim value As System.Boolean instance.UseVariables = value value = instance.UseVariables
[System.ComponentModel.Description("When true, we look for Workflow variables and arguments that match parameter names.")] [System.ComponentModel.Category("JAMS")] [System.ComponentModel.DefaultValue()] public System.bool UseVariables {get; set;}