SPWeb.AllowDesignerForCurrentUser property
取得布林值,指出目前的使用者是否可以使用此網站的設計工具。預設值為 false。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'宣告
Public ReadOnly Property AllowDesignerForCurrentUser As Boolean
Get
'用途
Dim instance As SPWeb
Dim value As Boolean
value = instance.AllowDesignerForCurrentUser
public bool AllowDesignerForCurrentUser { get; }
Type: System.Boolean
Boolean