SPSite.IsReadLocked 属性
Sets or gets, a value that specifies whether the site collection is locked and unavailable for Read access.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property IsReadLocked As Boolean
Get
Set
用法
Dim instance As SPSite
Dim value As Boolean
value = instance.IsReadLocked
instance.IsReadLocked = value
public bool IsReadLocked { get; set; }
属性值
类型:System.Boolean
true if the site collection is locked and unavailable for Read access; otherwise, false.