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