This topic has not yet been rated - Rate this topic

DataViewManager.System.Collections.ICollection.SyncRoot Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Private ReadOnly Property SyncRoot As Object Implements _
   ICollection.SyncRoot
[C#]
object ICollection.SyncRoot {get;}
[C++]
private: __property Object*
   System::Collections::ICollection::get_SyncRoot();
[JScript]
private function get ICollection.SyncRoot() : Object;

See Also

DataViewManager Class | DataViewManager Members | System.Data Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.