ClientWebPartPropertyCollection.ICollection.IsSynchronized property
IsSynchronized
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Usage
Dim instance As ClientWebPartPropertyCollection
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
boolICollection.IsSynchronized { get; }
Property value
Type: System.Boolean
Implements
See also
Reference
ClientWebPartPropertyCollection class