SPUserStorageCollection.SyncRoot property

Gets an object that is used to synchronize access to the collection.

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

Syntax

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

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

Property value

Type: System.Object
An object that is used to synchronize access to the collection.

See also

Reference

SPUserStorageCollection class

SPUserStorageCollection members

Microsoft.SharePoint namespace