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


In This Topic
    Matches Property
    In This Topic
    List of locations within the object where a match was found
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Matches As List(Of SearchReplaceMatch)
    [NotNull()]
    public List<SearchReplaceMatch> Matches {get;}
    [NotNull()]
    public:
    property List<SearchReplaceMatch^>^ Matches {
       List<SearchReplaceMatch^>^ get();
    }
    See Also