CrawlRule.ContentClass 属性 (Microsoft.Office.Server.Search.Administration)
Gets or sets a string that is sent to the protocol handler for any content matching the crawl rule.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Property ContentClass As String
用法
Dim instance As CrawlRule
Dim value As String
value = instance.ContentClass
instance.ContentClass = value
public string ContentClass { get; set; }
属性值
A string containing the content class value.
备注
This property is not used by the out-of-the box protocol handlers.
另请参阅
参考
CrawlRule 类
CrawlRule 成员
Microsoft.Office.Server.Search.Administration 命名空间