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 with get
function get SyncRoot () : Object
Property Value
Type: Object
An object that can be used to synchronize access to the collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.