Freigeben über


ListCreationInformation.Url-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, der die websiterelative URL des Speicherorts für die neue Liste angibt.

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 ListCreationInformation
Dim value As String

value = instance.Url

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

Eigenschaftswert

Typ: System.String
Gibt eine String.instance, die die Website relativer URL des Speicherorts für die neue Liste darstellt.

Hinweise

Es muss eine Website relativer URL.

Siehe auch

Referenz

ListCreationInformation Klasse

ListCreationInformation-Member

Microsoft.SharePoint.Client-Namespace