Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ( _
id As Guid _
) As QueryRule
Get
'Usage
Dim instance As QueryRuleCollection
Dim id As Guid
Dim value As QueryRule
value = instance(id)
public QueryRule this[
Guid id
] { get; }
Parameters
- id
Type: System.Guid
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRule