Share via


RequestVariable.Append method

Appends a value to the variable.

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

Syntax

'Declaration
Public Sub Append ( _
    value As String _
)
'Usage
Dim instance As RequestVariable
Dim value As String

instance.Append(value)
public void Append(
    string value
)

Parameters

See also

Reference

RequestVariable class

RequestVariable members

Microsoft.SharePoint.Client namespace