Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / LabelStorage Class / IsSynchronized Property

In This Topic
    IsSynchronized Property (LabelStorage)
    In This Topic
    Gets a value indicating whether access to the collection is synchronized (thread safe).
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsSynchronized As Boolean
    public virtual bool IsSynchronized {get;}
    See Also