Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestObjectCollection<TObjectInterface>::SyncRoot Property

 

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)

property Object^ SyncRoot {
	Object^ get();
}

Property Value

Type: System::Object^

An object that can be used to synchronize access to the collection.

Return to top
Show: