How many occurrences of the word are in the title.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual int InTitle { get; set; }
Public Overridable Property InTitle As Integer
public: virtual property int InTitle { int get (); void set (int value); }