Partager via


ListCreationInformation.Url - Propriété

Gets or sets value that specifies the site-relative URL of the location for the new list.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property Url As String
    Get
    Set
'Utilisation
Dim instance As ListCreationInformation
Dim value As String

value = instance.Url

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

Valeur de propriété

Type : System.String
Returns a String.instance representing the site-relative URL of the location for the new list.

Remarques

It must be a site-relative URL.

Voir aussi

Référence

ListCreationInformation classe

ListCreationInformation - Membres

Microsoft.SharePoint.Client - Espace de noms