Свойство ListCreationInformation.Url
Gets or sets value that specifies the site-relative URL of the location for the new list.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property Url As String
Get
Set
'Применение
Dim instance As ListCreationInformation
Dim value As String
value = instance.Url
instance.Url = value
public string Url { get; set; }
Значение свойства
Тип: System.String
Returns a String.instance representing the site-relative URL of the location for the new list.
Замечания
It must be a site-relative URL.