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;}
    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