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)

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