SPSite.ReadLocked property

This member is reserved for internal use and is not intended to be used directly from your code. Use the IsReadLocked property instead.

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

Syntax

'Declaration
Public Property ReadLocked As Boolean
    Get
    Set
'Usage
Dim instance As SPSite
Dim value As Boolean

value = instance.ReadLocked

instance.ReadLocked = value
public bool ReadLocked { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace