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


In This Topic
    FoundText Property
    In This Topic
    The matching text that was found
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property FoundText As String
    [NotNull()]
    public string FoundText {get;}
    [NotNull()]
    public:
    property String^ FoundText {
       String^ get();
    }
    See Also