Job Property (LogMessage)
In This Topic
The Job to which this item belongs.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property Job As Job
[CanBeNull()]
public Job Job {get;}
[CanBeNull()]
public:
property Job^ Job {
Job^ get();
}
See Also