Свойство List.ParentWebUrl
Gets a value that specifies the server-relative URL of the site that contains the 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 ReadOnly Property ParentWebUrl As String
Get
'Применение
Dim instance As List
Dim value As String
value = instance.ParentWebUrl
public string ParentWebUrl { get; }
Значение свойства
Тип: System.String
Returns a String instance representing the server-relative URL of the site that contains the list.
Замечания
It must be a URL of server-relative form.