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


In This Topic
    StepOID Property (ExecutionHistoryStep)
    In This Topic
    The OID of the JobStep this instance represents
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StepOID As OID
    public OID StepOID {get;}
    public:
    property OID^ StepOID {
       OID^ get();
    }
    See Also