Freigeben über


WebRequestInfo.Url-Eigenschaft

Ruft die URL für die Webanforderung ab oder legt die URL fest.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Url As String
    Get
    Set
'Usage
Dim instance As WebRequestInfo
Dim value As String

value = instance.Url

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

Eigenschaftswert

Typ: System.String
Die URL für die Anforderung Web.

Siehe auch

Referenz

WebRequestInfo Klasse

WebRequestInfo-Member

Microsoft.SharePoint.Client-Namespace