Whether to ignore the document during index creation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual bool DontIndex { get; set; }
Public Overridable Property DontIndex As Boolean
public: virtual property bool DontIndex { bool get (); void set (bool value); }