AnnotationStore.SyncRoot Property

Definition

Gets the object to use as a synchronization lock for AnnotationStore critical sections.

protected:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
protected object SyncRoot { get; }
member this.SyncRoot : obj
Protected ReadOnly Property SyncRoot As Object

Property Value

The object to use as a synchronization lock for AnnotationStore critical sections.

Applies to

See also