SPWeb.AllowDesignerForCurrentUser property

Gets a Boolean value that specifies whether the current user is allowed to use the designer for this website. The default value is false.

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

Syntax

'Declaration
Public ReadOnly Property AllowDesignerForCurrentUser As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

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

Property value

Type: System.Boolean
Boolean

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace