SPChangeSite.IsRemovedWriteLockChange property

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

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

Syntax

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

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

Property value

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

See also

Reference

SPChangeSite class

SPChangeSite members

Microsoft.SharePoint namespace