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.
Gets an object that can be used to synchronize access to the collection.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
object SyncRoot { get; }
property Object^ SyncRoot {
Object^ get();
}
abstract SyncRoot : Object with get
ReadOnly Property SyncRoot As Object
Property Value
Type: System.Object
An object that can be used to synchronize access to the collection.
See Also
ITestObjectCollection<TObjectInterface> Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top