Share via


AnnotationCollection.Count property

Gets the number of objects in the collection.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

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

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

Property value

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

Implements

ICollection.Count

See also

Reference

AnnotationCollection class

AnnotationCollection members

Microsoft.PerformancePoint.Scorecards namespace