SPBaseCollection.ICollection.IsSynchronized - Propriété
Obtient une valeur booléenne qui indique si l'accès à la collection est synchronisée ou thread-safe.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Utilisation
Dim instance As SPBaseCollection
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
boolICollection.IsSynchronized { get; }
Valeur de propriété
Type : System.Boolean
true si l'accès à la collection est synchronisé ; dans le cas contraire, false.