In This Topic
Indicates whether jobs assigned to this queue run on the Controller server
Syntax
'Declaration
Public Property RunOnController As Boolean
public bool RunOnController {get; set;}
public:
property bool RunOnController {
bool get();
void set ( bool value);
}
See Also