adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / CallingInstanceOID Property


In This Topic
    CallingInstanceOID Property
    In This Topic
    The OID of the job instance that called this instance, if any.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CallingInstanceOID As OID
    public OID CallingInstanceOID {get;}
    public:
    property OID^ CallingInstanceOID {
       OID^ get();
    }
    See Also