DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / IsSynchronized Property

In This Topic
    IsSynchronized Property (C1DataCollectionBindingList)
    In This Topic
    Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSynchronized As Boolean
    public bool IsSynchronized {get;}
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also