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


In This Topic
    AgentOID Property (ExecutionHistoryItem)
    In This Topic
    The OID of the Agent this instance ran on
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AgentOID As OID
    public OID AgentOID {get;}
    public:
    property OID^ AgentOID {
       OID^ get();
    }
    Remarks
    Will be a null reference (Nothing in Visual Basic) if the instance did not run on an Agent.
    See Also