Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that can be used to synchronize access to the ICollection.
Namespace: Microsoft.Web.Administration
Assembly: Microsoft.Web.Administration (in microsoft.web.administration.dll)
Syntax
'Declaration
Private ReadOnly Property System.Collections.ICollection.SyncRoot As Object Implements ICollection.SyncRoot
'Usage
Dim instance As RequestCollection
Dim value As Object
value = CType(instance, ICollection).SyncRoot
Object ICollection.SyncRoot { get; }
private:
virtual property Object^ System.Collections.ICollection.SyncRoot {
Object^ get () sealed = ICollection::SyncRoot::get;
}
Not applicable.
Property Value
An object that can be used to synchronize access to the ICollection.
Platforms
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
RequestCollection Class
RequestCollection Members
Microsoft.Web.Administration Namespace