Share via


RequestCollection.System.Collections.ICollection.IsSynchronized Property

Gets a value that determines if access to the collection is synchronized.

Namespace: Microsoft.Web.Administration
Assembly: Microsoft.Web.Administration (in microsoft.web.administration.dll)

Syntax

'Declaration
Private ReadOnly Property System.Collections.ICollection.IsSynchronized As Boolean Implements ICollection.IsSynchronized
'Usage
Dim instance As RequestCollection
Dim value As Boolean

value = CType(instance, ICollection).IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool System.Collections.ICollection.IsSynchronized {
    bool get () sealed = ICollection::IsSynchronized::get;
}
Not applicable.

Property Value

true if access to the ICollection is synchronized (thread safe); otherwise, false.

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