RequestVariable.Set method

Sets the value of the variable.

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

Syntax

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

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

Parameters

See also

Reference

RequestVariable class

RequestVariable members

Microsoft.SharePoint.Client namespace