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.