SPUserCustomActionCollection.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 SPUserCustomActionCollection
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
boolICollection.IsSynchronized { get; }
Property value
Type: System.Boolean
Boolean
true se a coleção esteja sincronizada; Caso contrário, false.
Implements
Ver também
Referência
SPUserCustomActionCollection class