Web.GetStorageEntity method

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

Syntax

'Declaration
Public Function GetStorageEntity ( _
    key As String _
) As StorageEntity
'Usage
Dim instance As Web
Dim key As String
Dim returnValue As StorageEntity

returnValue = instance.GetStorageEntity(key)
public StorageEntity GetStorageEntity(
    string key
)

Parameters

Return value

Type: Microsoft.SharePoint.ClientSideComponent.StorageEntity

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace