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