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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallablePropertyAttribute(ExcludeFromDefaultRetrieve := True)> _
Public ReadOnly Property AllowDesignerForCurrentUser As Boolean
Get
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.AllowDesignerForCurrentUser
[ClientCallablePropertyAttribute(ExcludeFromDefaultRetrieve = true)]
public bool AllowDesignerForCurrentUser { get; }
Property Value
Type: System.Boolean
Boolean