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
value
Type: System.StringThe value to append.