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