Gets an object that can be used to synchronize access to the collection.
public virtual object SyncRoot {get;}
public: __property virtual Object* get_SyncRoot();
'Declaration
Public Overridable ReadOnly Property SyncRoot As Object
'Usage
Dim instance As FilterCollection
Dim value As Object
value = instance.SyncRoot
Property Value
An object that can be used to synchronize access to the
System.Collections.ICollection.