RequestVariable.Set método
Define o valor da variável.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Sub Set ( _
value As String _
)
'Uso
Dim instance As RequestVariable
Dim value As String
instance.Set(value)
public void Set(
string value
)
Parâmetros
value
Tipo: System.StringO valor a ser definida.