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