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