Web.AllowDesignerForCurrentUser property

Gets a value that specifies whether the current user is allowed to use a designer application to customize this site.

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

Syntax

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

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

Property value

Type: System.Boolean
Returns Booleantrue if the current user is allowed to use a designer application to customize this site; otherwise, returns false.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace