Gets and sets the number of words after the matched text in the string returned by the
TextMatch.WordsAfter property.
public int NumberOfWordsAfterMatchToReport {get; set;}
public: __property int get_NumberOfWordsAfterMatchToReport();
public: __property void set_NumberOfWordsAfterMatchToReport(
int value
);
public:
property int NumberOfWordsAfterMatchToReport {
int get();
void set ( int value);
}
'Declaration
Public Property NumberOfWordsAfterMatchToReport As Integer
'Usage
Dim instance As TextMatchOptions
Dim value As Integer
instance.NumberOfWordsAfterMatchToReport = value
value = instance.NumberOfWordsAfterMatchToReport
Property Value
An integer value which represents the number of words after the matched text.