QueryRuleGroupCollection.Count property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As QueryRuleGroupCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32
See also
Reference
QueryRuleGroupCollection class