Compartilhar via


SPFeatureCollection.ICollection.IsSynchronized property

Obtém um valor indicando se o acesso à coleção é sincronizado (segmento seguro).

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Private ReadOnly Property IsSynchronized As Boolean
    Implements ICollection.IsSynchronized
    Get
'Uso
Dim instance As SPFeatureCollection
Dim value As Boolean

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

Property value

Type: System.Boolean
true se o acesso é thread-safe; Caso contrário, false. Na implementação atual, false sempre será retornado.

Implements

ICollection.IsSynchronized

Ver também

Referência

SPFeatureCollection class

SPFeatureCollection members

Microsoft.SharePoint namespace