Partager via


SPAttachmentCollection.IsSynchronized - Propriété

Obtient une valeur booléenne qui indique si l'accès à la collection est synchronisé ou thread-safe.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsSynchronized As Boolean
    Get
'Utilisation
Dim instance As SPAttachmentCollection
Dim value As Boolean

value = instance.IsSynchronized
public bool IsSynchronized { get; }

Valeur de propriété

Type : System.Boolean
true si l'accès à la collection est synchronisé ou thread-safe ; dans le cas contraire, false.

Implémentations

ICollection.IsSynchronized

Voir aussi

Référence

SPAttachmentCollection classe

SPAttachmentCollection - Membres

Microsoft.SharePoint - Espace de noms