Storage Enumeration
Specifies how the Web Part properties are stored.
Namespace: [Webpartpages Web service]
Web service reference: http://Site/_vti_bin/Webpartpages.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration Storage
'Usage
Dim instance As Storage
[SerializableAttribute]
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. |
Remarks
To access the Storage service and its methods, set a Web reference to http://Virtual_Server_Name:Port_Number/_vti_adm/WebPartPages.asmx.