QueryRuleGroupCollection.Item 属性 (String)

命名空间:  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; }

参数

属性值

类型:System.Collections.Generic.List<QueryRuleGroup>

另请参阅

引用

QueryRuleGroupCollection 类

QueryRuleGroupCollection 成员

Item 重载

Microsoft.Office.Server.Search.Query.Rules 命名空间