Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the type of cache to use when caching data for a data view.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("DataViewWebPartCacheDataStorageLiteral", "Miscellaneous", _
"DataViewWebPartCacheDataStorageDescription")> _
Public Property CacheDataStorageProperty As CacheDataStorage
Get
Set
'Usage
Dim instance As DataViewWebPart
Dim value As CacheDataStorage
value = instance.CacheDataStorageProperty
instance.CacheDataStorageProperty = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("DataViewWebPartCacheDataStorageLiteral", "Miscellaneous",
"DataViewWebPartCacheDataStorageDescription")]
public CacheDataStorage CacheDataStorageProperty { get; set; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.CacheDataStorage
A CacheDataStorage value that specifies the type of cache for storing data.