Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / AppointmentStorage Class / SyncRoot Property

In This Topic
    SyncRoot Property (AppointmentStorage)
    In This Topic
    Gets an object that can be used to synchronize access to the underlying list.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property SyncRoot As Object
    public virtual object SyncRoot {get;}
    See Also