Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Syntax
public bool IsSynchronized {get;}
public: __property bool get_IsSynchronized();
public:
property bool IsSynchronized {
bool get();
}
Public ReadOnly Property IsSynchronized As Boolean
See Also