Share via


SPMigratableSiteCollection.IsReadOnly property

NOTE: This API is now obsolete.

Gets a Boolean value that indicates whether the collection is read-only.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As SPMigratableSiteCollection
Dim value As Boolean

value = instance.IsReadOnly
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public bool IsReadOnly { get; }

Property value

Type: System.Boolean
true if the collection is read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly

See also

Reference

SPMigratableSiteCollection class

SPMigratableSiteCollection members

Microsoft.SharePoint.Administration namespace