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