Gets an object that can be used to synchronize access to the collection.
public: __property Object* get_SyncRoot();
'Declaration
Public ReadOnly Property SyncRoot As Object
'Usage
Dim instance As PaperCollection
Dim value As Object
value = instance.SyncRoot
Property Value
An object which contains information to synchronize access to the collection.