adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobControlAction Class / TargetStepOID Property


In This Topic
    TargetStepOID Property
    In This Topic
    The OID of the target job step
    Syntax
    'Declaration
     
    
    Public Property TargetStepOID As OID
    public OID TargetStepOID {get; set;}
    public:
    property OID^ TargetStepOID {
       OID^ get();
       void set (    OID^ value);
    }
    See Also