ITestObjectCollection<TObjectInterface>.SyncRoot Property

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

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

'Declaration
ReadOnly Property SyncRoot As Object
Object SyncRoot { get; }
property Object^ SyncRoot {
    Object^ get ();
}
abstract SyncRoot : Object
function get SyncRoot () : Object

Property Value

Type: System.Object
An object that can be used to synchronize access to the collection.

.NET Framework Security

See Also

Reference

ITestObjectCollection<TObjectInterface> Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace