GenericCollection<T>.SyncRoot property

Synchronizes the collection to the root.

Namespace:  Microsoft.SharePoint.Taxonomy.Generic
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property SyncRoot As Object
    Get
'Usage
Dim instance As GenericCollection
Dim value As Object

value = instance.SyncRoot
public Object SyncRoot { get; }

Property value

Type: System.Object
Returns Object.

Implements

ICollection.SyncRoot

See also

Reference

GenericCollection<T> class

GenericCollection<T> members

Microsoft.SharePoint.Taxonomy.Generic namespace