adTempus API
ArcanaDevelopment.adTempus.Client Namespace / TokenFindMatch Class / ObjectOID Property


In This Topic
    ObjectOID Property (TokenFindMatch)
    In This Topic
    The OID of the object in which the match was found
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ObjectOID As OID
    public OID ObjectOID {get;}
    public:
    property OID^ ObjectOID {
       OID^ get();
    }
    Remarks
    The TokenFindResult.ObjectOID will be the OID of the top-level object (Job, Job Group, etc.) where the match was found. The ObjectOID of the TokenMatch will be the OID of the object where the match was found. For example if the match was found in a task, the ObjectOID will be the OID of the Task, while TokenFindResult.ObjectOID will be the OID of the job that contains the task.
    See Also