QueryRuleCollection.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 ( _
    displayName As String _
) As IList(Of QueryRule)
    Get
'Usage
Dim instance As QueryRuleCollection
Dim displayName As String
Dim value As IList(Of QueryRule)

value = instance(displayName)
public IList<QueryRule> this[
    string displayName
] { get; }

Parameters

Property value

Type: System.Collections.Generic.IList<QueryRule>

See also

Reference

QueryRuleCollection class

QueryRuleCollection members

Item overload

Microsoft.Office.Server.Search.Query.Rules namespace