JobGroupName Property (LogMessage)
In This Topic
The name of the job group containing the job that generated the message, if any
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property JobGroupName As String
[CanBeNull()]
public string JobGroupName {get;}
[CanBeNull()]
public:
property String^ JobGroupName {
String^ get();
}
See Also