adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SearchReplaceResult Class / Matches Property

In This Topic
    Matches Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Matches As List(Of SearchReplaceMatch)
    public List<SearchReplaceMatch> Matches {get;}
    See Also