Specifies the value for the WebPartStorageAttribute 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 Storage
'Usage
Dim instance As Storage
public enum Storage
Members
| Member name | Description | |
|---|---|---|
| None | The property will not be stored. | |
| Personal | The property will be stored on a per user basis. | |
| Shared | The property will be stored with the same value for all users. Typically only the administrator can set this property. |