SPFeatureCollection.ICollection.IsSynchronized Property

Gets a value indicating whether access to the collection is synchronized (thread safe).

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Private ReadOnly Property IsSynchronized As Boolean
    Implements ICollection.IsSynchronized
    Get
'Usage
Dim instance As SPFeatureCollection
Dim value As Boolean

value = CType(instance, ICollection).IsSynchronized
boolICollection.IsSynchronized { get; }

Property Value

Type: System.Boolean
true if access is thread safe; otherwise, false. In the current implementation, false is always returned.

Implements

ICollection.IsSynchronized

See Also

Reference

SPFeatureCollection Class

SPFeatureCollection Members

Microsoft.SharePoint Namespace