QueryRuleGroupMembersCollection.Item property (Guid)
Obtém um membro de regra de consulta por sua identificação.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
id As Guid _
) As QueryRule
Get
'Uso
Dim instance As QueryRuleGroupMembersCollection
Dim id As Guid
Dim value As QueryRule
value = instance(id)
public QueryRule this[
Guid id
] { get; }
Parâmetros
- id
Type: System.Guid
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRule
Exceptions
Exception | Condition |
---|---|
[!:System.KeyNotFoundException] | Lançada quando a regra de consulta não existe na coleção |
Ver também
Referência
QueryRuleGroupMembersCollection class