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


In This Topic
    Location Property
    In This Topic
    A description of the location where the match was found
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Location As String
    public string Location {get;}
    public:
    property String^ Location {
       String^ get();
    }
    Remarks
    This will be the "path" to the object that contains the match. For example, if it was found within a job step, the Location may be set to "Step 1".
    See Also