Gets a value indicating whether access to the collection is synchronized (thread safe).
public bool IsSynchronized {get;}
public: __property bool get_IsSynchronized();
public:
property bool IsSynchronized {
bool get();
}
Property Value
A boolean value which is
false when the collection is not synchronized.