Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.