adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SearchReplaceMatch Class / FindLocation Property


In This Topic
    FindLocation Property
    In This Topic
    A user-friendly description of the location where the match was found
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property FindLocation As String
    [CanBeNull()]
    public string FindLocation {get;}
    [CanBeNull()]
    public:
    property String^ FindLocation {
       String^ get();
    }
    See Also