SPBlockedSolutionCollection.IsReadOnly property
Indicates whether the collection can be changed or not.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As SPBlockedSolutionCollection
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
Property value
Type: System.Boolean
true if the collection cannot be changed; otherwise, false..
Implements
Remarks
This always returns false.
See also
Reference
SPBlockedSolutionCollection class