UnknownXmlElementCollection.SyncRoot Property
Gets the object that is used to synchronize access to the collection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property SyncRoot As Object
Get
'Usage
Dim instance As UnknownXmlElementCollection
Dim value As Object
value = instance.SyncRoot
public Object SyncRoot { get; }
Property Value
Type: System.Object
Contains the object used to synchronize access to the collection.
Remarks
The SyncRoot property always returns the current instance of the UnknownXmlElementCollection class.
See Also
Reference
UnknownXmlElementCollection Class