SPUserCodePropertyCollection.IsReadonly Property
Gets a flag that indicates whether the collection is read-only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property IsReadonly As Boolean
Get
'Usage
Dim instance As SPUserCodePropertyCollection
Dim value As Boolean
value = instance.IsReadonly
public bool IsReadonly { get; }
Property Value
Type: System.Boolean
true if the collection is read-only; otherwise, false. The value is always false.
See Also
Reference
SPUserCodePropertyCollection Class