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