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();
}
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
'Usage
Dim instance As PaperCollection
Dim value As Boolean
value = instance.IsSynchronized
Property Value
A boolean value which is
true when the collection is synchronized. Otherwise,
false is used.