命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
name As String _
) As List(Of QueryRuleGroup)
Get
用法
Dim instance As QueryRuleGroupCollection
Dim name As String
Dim value As List(Of QueryRuleGroup)
value = instance(name)
public List<QueryRuleGroup> this[
string name
] { get; }
参数
- name
类型:System.String
属性值
类型:System.Collections.Generic.List<QueryRuleGroup>