Share via


AnnotationCollection.SyncRoot property

Gets an object that can be used to synchronize access to the collection.

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

Syntax

'Declaration
Public ReadOnly Property SyncRoot As Object
    Get
'Usage
Dim instance As AnnotationCollection
Dim value As Object

value = instance.SyncRoot
public Object SyncRoot { get; }

Property value

Type: System.Object
An object that can be used to synchronize access to the collection.

Implements

ICollection.SyncRoot

See also

Reference

AnnotationCollection class

AnnotationCollection members

Microsoft.PerformancePoint.Scorecards namespace