Share via


SortFieldCollection.ICollection.SyncRoot Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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
'Usage
Dim instance As SortFieldCollection 
Dim value As Object 

value = CType(instance, ICollection).SyncRoot
Object ICollection.SyncRoot { get; }
private:
virtual property Object^ SyncRoot {
    Object^ get () sealed = ICollection::SyncRoot::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Object

Implements

ICollection.SyncRoot

.NET Framework Security

See Also

Reference

SortFieldCollection Class

SortFieldCollection Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace