Share via


RequiresDesignerPermissionAttribute.RequiresDesignerPermission Property

Gets a flag that indicates whether a property in a Web Part requires the user to have design permissions to modify it.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property RequiresDesignerPermission As Boolean
    Get
'Usage
Dim instance As RequiresDesignerPermissionAttribute
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the property requires design permissions to modify it; otherwise, false.

See Also

Reference

RequiresDesignerPermissionAttribute Class

RequiresDesignerPermissionAttribute Members

Microsoft.SharePoint.WebPartPages Namespace