JobQueueName Property (ExecutionHistoryItem)
In This Topic
The name of the
JobQueue the job ran in
Syntax
'Declaration
Public ReadOnly Property JobQueueName As String
public string JobQueueName {get;}
public:
property String^ JobQueueName {
String^ get();
}
See Also