MVPSI.JAMS.Activities Namespace > Submit Class : Agent Property |
'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;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2