adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / StepOID Property


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