QueryRuleGroupCollection.Item property (Guid)
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 QueryRuleGroup
Get
'Uso
Dim instance As QueryRuleGroupCollection
Dim id As Guid
Dim value As QueryRuleGroup
value = instance(id)
public QueryRuleGroup this[
Guid id
] { get; }
Parâmetros
- id
Type: System.Guid
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroup
Ver também
Referência
QueryRuleGroupCollection class