ProfileInfoCollection::SyncRoot Property

 

Gets the synchronization root.

Namespace:   System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

public:
property Object^ SyncRoot {
	virtual Object^ get() sealed;
}

Property Value

Type: System::Object^

Always this (Me in Visual Basic), because synchronization of ProfileInfoCollection objects is not supported.

Application code does not normally use this property.

.NET Framework
Available since 2.0
Return to top
Show: