Web.SetStorageEntity method

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

Syntax

'Declaration
Public Sub SetStorageEntity ( _
    key As String, _
    value As String, _
    description As String, _
    comments As String _
)
'Usage
Dim instance As Web
Dim key As String
Dim value As String
Dim description As String
Dim comments As String

instance.SetStorageEntity(key, value, _
    description, comments)
public void SetStorageEntity(
    string key,
    string value,
    string description,
    string comments
)

Parameters

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace