Number of words to show around non-continguous summary occurrences.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int WordsAroundNumber { get; set; }
Public Property WordsAroundNumber As Integer
public: property int WordsAroundNumber { int get (); void set (int value); }