WebPartStorageAttribute Constructor (Storage)
Initializes a new instance of the WebPartStorageAttribute class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
storage As Storage _
)
'Usage
Dim storage As Storage
Dim instance As New WebPartStorageAttribute(storage)
public WebPartStorageAttribute(
Storage storage
)
Parameters
storage
Type: Microsoft.SharePoint.WebPartPages.StorageDescribes the type of storage allowed for a property.
See Also
Reference
WebPartStorageAttribute Members