CrawlRule.ContentClass 属性
获取或设置一个字符串,它为任何匹配的爬网规则的内容被发送到协议处理程序。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property ContentClass As String
Get
Set
用法
Dim instance As CrawlRule
Dim value As String
value = instance.ContentClass
instance.ContentClass = value
public string ContentClass { get; set; }
属性值
类型:System.String
一个字符串,它包含的内容类值。
备注
由外框协议处理程序不使用此属性。