QueryRuleGroupMembersCollection.Remove method (Guid)
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function Remove ( _
queryRuleId As Guid _
) As Boolean
'Uso
Dim instance As QueryRuleGroupMembersCollection
Dim queryRuleId As Guid
Dim returnValue As Boolean
returnValue = instance.Remove(queryRuleId)
public bool Remove(
Guid queryRuleId
)
Parâmetros
- queryRuleId
Type: System.Guid
Valor retornado
Type: System.Boolean
Ver também
Referência
QueryRuleGroupMembersCollection class