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