QueryRule.GroupId property

Group this rule is part of for this consumer

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property GroupId As Nullable(Of Guid)
    Get
    Friend Set
'Usage
Dim instance As QueryRule
Dim value As Nullable(Of Guid)

value = instance.GroupId
[DataMemberAttribute]
public Nullable<Guid> GroupId { get; internal set; }

Property value

Type: System.Nullable<Guid>

See also

Reference

QueryRule class

QueryRule members

Microsoft.Office.Server.Search.Query.Rules namespace