Share via


SPChangeSite.IsRemovedReadLockChange property

Gets a Boolean value that indicates whether the site read lock is being removed in this change.

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

Syntax

'Declaration
Public ReadOnly Property IsRemovedReadLockChange As Boolean
    Get
'Usage
Dim instance As SPChangeSite
Dim value As Boolean

value = instance.IsRemovedReadLockChange
public bool IsRemovedReadLockChange { get; }

Property value

Type: System.Boolean
true if the site read lock is being removed in this change; otherwise, false.

See also

Reference

SPChangeSite class

SPChangeSite members

Microsoft.SharePoint namespace