Whether this query is a stop word as defined in the stop list.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool IsStopWord { get; }
Public ReadOnly Property IsStopWord As Boolean
public: property bool IsStopWord { bool get (); }