Permissions Enumeration

Specifies the value of the Permissions property of the Microsoft.SharePoint.WebPartPages.WebPart class.

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

Syntax

'Declaration
Public Enumeration Permissions
'Usage
Dim instance As Permissions
public enum Permissions

Members

Member name Description
AllProperties All properties can be modified.
PersonalProperties Only personal view properties can be modified.
None No properties can be modified.

See Also

Reference

Microsoft.SharePoint.WebPartPages Namespace