Share via


SPWebPartCollection.Storage property

NOTE: This API is now obsolete.

Obsolete. Gets the storage mode that was used to create the collection.

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

Syntax

'Declaration
<ObsoleteAttribute("Use SPLimitedWebPartManager instead.")> _
Public ReadOnly Property Storage As Storage
    Get
'Usage
Dim instance As SPWebPartCollection
Dim value As Storage

value = instance.Storage
[ObsoleteAttribute("Use SPLimitedWebPartManager instead.")]
public Storage Storage { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.Storage
A Microsoft.SharePoint.WebPartPages.Storage value that specifies the storage mode.

See also

Reference

SPWebPartCollection class

SPWebPartCollection members

Microsoft.SharePoint namespace