ScopeRuleCollection.Item 属性
从集合中获取指定的作用域规则。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
id As Integer _
) As ScopeRule
Get
用法
Dim instance As ScopeRuleCollection
Dim id As Integer
Dim value As ScopeRule
value = instance(id)
public ScopeRule this[
int id
] { get; }
参数
id
类型:System.Int32一个 32 位整数,它指定的作用域规则 id。
属性值
类型:Microsoft.Office.Server.Search.Administration.ScopeRule
一个ScopeRule对象。