SortFieldCollection.ICollection.SyncRoot Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.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

SortFieldCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace