JobName Property (LogMessage)
In This Topic
The name of this job this message is associated with
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property JobName As String
[CanBeNull()]
public string JobName {get;}
[CanBeNull()]
public:
property String^ JobName {
String^ get();
}
See Also