Compartilhar via


WebRequestInfo.Url propriedade

Obtém ou define a URL para a solicitação web.

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 Property Url As String
    Get
    Set
'Uso
Dim instance As WebRequestInfo
Dim value As String

value = instance.Url

instance.Url = value
public string Url { get; set; }

Valor de propriedade

Tipo: System.String
A URL para a solicitação da web.

Ver também

Referência

WebRequestInfo classe

WebRequestInfo membros

Microsoft.SharePoint.Client namespace