共用方式為


SPChangeSite.IsRemovedWriteLockChange property

取得布林值,這個值,指出這個變更,是否正在移除站台的寫入鎖定。

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

Syntax

'宣告
Public ReadOnly Property IsRemovedWriteLockChange As Boolean
    Get
'用途
Dim instance As SPChangeSite
Dim value As Boolean

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

Property value

Type: System.Boolean
true如果站台的寫入鎖定已被移除中這項變更。否則, false。

請參閱

參照

SPChangeSite class

SPChangeSite members

Microsoft.SharePoint namespace