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
- displayName
Type: System.String
Property value
Type: System.Collections.Generic.IList<QueryRule>