CrawlRule.Parent 属性
获取有关爬网规则CrawlRuleCollection对象的父级。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Property Parent As CrawlRuleCollection
Get
用法
Dim instance As CrawlRule
Dim value As CrawlRuleCollection
value = instance.Parent
public CrawlRuleCollection Parent { get; }
属性值
类型:Microsoft.Office.Server.Search.Administration.CrawlRuleCollection
表示父集合的CrawlRuleCollection对象。