QueryRuleGroupCollection.Item property (String)
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As List(Of QueryRuleGroup)
Get
'Usage
Dim instance As QueryRuleGroupCollection
Dim name As String
Dim value As List(Of QueryRuleGroup)
value = instance(name)
public List<QueryRuleGroup> this[
string name
] { get; }
Parameters
- name
Type: System.String
Property value
Type: System.Collections.Generic.List<QueryRuleGroup>
See also
Reference
QueryRuleGroupCollection class