MembershipUserCollection::SyncRoot Property

 

Gets the synchronization root.

Namespace:   System.Web.Security
Assembly:  System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)

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

Property Value

Type: System::Object^

Always this, because synchronization of membership user collections is not supported.

Application code does not normally use this property.

.NET Framework
Available since 2.0
Return to top
Show: