Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tablets.SyncRoot Property |
Returns an object that can be used to synchronize access to the Tablets collection.
Definition
Visual Basic .NET Public ReadOnly Property SyncRoot As Object C# public object SyncRoot { get; } Managed C++ public: __property Object* get_SyncRoot();
Property Value
System.Object. An object that can be used to synchronize access to the Tablets collection.
This property is read-only. This property has no default value.
Remarks
The Tablets collection implements the ICollection
interface. For more information on how to use the SyncRoot property, see SyncRoot
.
See Also