WebPartStorageAttribute.Storage property

Gets or sets an enumeration that specifies how the property will be stored.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Storage As Storage
    Get
    Set
'Usage
Dim instance As WebPartStorageAttribute
Dim value As Storage

value = instance.Storage

instance.Storage = value
public Storage Storage { get; set; }

Property value

Type: Microsoft.SharePoint.WebPartPages.Storage
A Storage enumeration values.

See also

Reference

WebPartStorageAttribute class

WebPartStorageAttribute members

Microsoft.SharePoint.WebPartPages namespace