'Declaration
<System.ComponentModel.DescriptionAttribute("Overrides the batch queue specified in the job definition")> <System.ComponentModel.CategoryAttribute("JAMS")> Public Property Queue As System.Activities.InArgument(Of String)
'Usage
Dim instance As SubmitEntry Dim value As System.Activities.InArgument(Of String) instance.Queue = value value = instance.Queue
[System.ComponentModel.Description("Overrides the batch queue specified in the job definition")] [System.ComponentModel.Category("JAMS")] public System.Activities.InArgument<string> Queue {get; set;}