Whether the document will be crawled
Declaration Syntax
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); }