SPWeb.AllowDesignerForCurrentUser property

取得布林值,指出目前的使用者是否可以使用此網站的設計工具。預設值為 false。

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

Syntax

'宣告
Public ReadOnly Property AllowDesignerForCurrentUser As Boolean
    Get
'用途
Dim instance As SPWeb
Dim value As Boolean

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

Property value

Type: System.Boolean
Boolean

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace