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