JobGroupName Property (ExecutionHistoryItem)
In This Topic
The name of the
JobGroup the
Job belongs to
Syntax
'Declaration
Public ReadOnly Property JobGroupName As String
public string JobGroupName {get;}
public:
property String^ JobGroupName {
String^ get();
}
See Also