ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / IsSynchronized Property

In This Topic
    IsSynchronized Property
    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 System.Boolean
    public System.bool IsSynchronized {get;}
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also