Freigeben über


AnnotationCollection.IsSynchronized-Eigenschaft

Ruft einen booleschen Wert, der angibt, ob der Zugriff auf die Auflistung synchronisiert (threadsicher).

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

Syntax

'Declaration
Public ReadOnly Property IsSynchronized As Boolean
    Get
'Usage
Dim instance As AnnotationCollection
Dim value As Boolean

value = instance.IsSynchronized
public bool IsSynchronized { get; }

Eigenschaftswert

Typ: System.Boolean
true ist der Zugriff auf die Auflistung synchronisiert (threadsicher). andernfalls false.

Implementiert

ICollection.IsSynchronized

Siehe auch

Referenz

AnnotationCollection Klasse

AnnotationCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace