SPSite.ReadOnly property
取得或設定指定的網站集合是唯讀、 鎖定,且無法使用的寫入權限的Boolean值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ReadOnly As Boolean
Get
Set
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.ReadOnly
instance.ReadOnly = value
public bool ReadOnly { get; set; }
Property value
Type: System.Boolean
true如果網站集合是唯讀、 鎖定,且無法使用的寫入權限 ;否則, false。
備註
將ReadOnly設定為true或false也將WriteLocked設定為相同的值。
每當父SPDatabase物件的IsReadOnly屬性是true, ReadOnly會傳回true 。