adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ApplicationIntegration Class / JobInstanceOID Property


In This Topic
    JobInstanceOID Property
    In This Topic
    The OID of the ExecutionHistoryItem representing this job instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobInstanceOID As OID
    public OID JobInstanceOID {get;}
    public:
    property OID^ JobInstanceOID {
       OID^ get();
    }
    See Also