'Declaration
<System.ComponentModel.DescriptionAttribute("Enter a specific agent machine for the job to run on")> <System.ComponentModel.CategoryAttribute("JAMS")> Public Property Agent As System.Activities.InArgument(Of String)
'Usage
Dim instance As Submit Dim value As System.Activities.InArgument(Of String) instance.Agent = value value = instance.Agent
[System.ComponentModel.Description("Enter a specific agent machine for the job to run on")] [System.ComponentModel.Category("JAMS")] public System.Activities.InArgument<string> Agent {get; set;}