OrderedVariableSizeList.ICollection.SyncRoot Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Private ReadOnly Property SyncRoot As Object 
    Implements ICollection.SyncRoot
Object ICollection.SyncRoot { get; }
private:
virtual property Object^ SyncRoot {
    Object^ get () sealed = ICollection::SyncRoot::get;
}
private abstract SyncRoot : Object with get 
private override SyncRoot : Object with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Object
Returns Object.

Implements

ICollection.SyncRoot

.NET Framework Security

See Also

Reference

OrderedVariableSizeList Class

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace