UserSegmentTermCollection.Count property

Gets the number of items in the Collection

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 UserSegmentTermCollection
Dim value As Integer

value = instance.Count
public int Count { get; }

Property value

Type: System.Int32

See also

Reference

UserSegmentTermCollection class

UserSegmentTermCollection members

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