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