Share via


AnalyticsEventTypeDefinitionCollection.Count property

Gets the number of AnalyticsEventTypeDefinition objects in the collection.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As AnalyticsEventTypeDefinitionCollection
Dim value As Integer

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

Property value

Type: System.Int32
The number of AnalyticsEventTypeDefinition objects in the collection.

See also

Reference

AnalyticsEventTypeDefinitionCollection class

AnalyticsEventTypeDefinitionCollection members

Microsoft.Office.Server.Search.Analytics namespace