Share via


SPBlockedSolutionCollection.IsReadOnly Property

Indicates whether the collection can be changed or not.

Namespace:  Microsoft.SharePoint.UserCode
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 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

ICollection<T>.IsReadOnly

Remarks

This always returns false.

See Also

Reference

SPBlockedSolutionCollection Class

SPBlockedSolutionCollection Members

Microsoft.SharePoint.UserCode Namespace