Whether the document will be indexed
            
| C# | Visual Basic | Visual C++ | 
public bool WillIndex { get; set; }
Public Property WillIndex As Boolean
public: property bool WillIndex { bool get (); void set (bool value); }
| C# | Visual Basic | Visual C++ | 
public bool WillIndex { get; set; }
Public Property WillIndex As Boolean
public: property bool WillIndex { bool get (); void set (bool value); }