Site.ReadOnly 屬性
取得或設定Boolean值,指定網站集合是唯讀、 鎖定,和寫入權限,您無法使用。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property ReadOnly As Boolean
Get
'用途
Dim instance As Site
Dim value As Boolean
value = instance.ReadOnly
public bool ReadOnly { get; }
屬性值
類型:System.Boolean
true如果網站集合,唯讀、 鎖定,且無法使用的寫入權限;否則, false。
備註
設定ReadOnlytrue或false也會將WriteLocked為相同的值。
ReadOnlytrue父SPDatabase物件的IsReadOnly屬性時,會傳回true 。