Поделиться через


Свойство List.DefaultViewUrl

Gets the URL of the default view for 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 DefaultViewUrl As String
    Get
'Применение
Dim instance As List
Dim value As String

value = instance.DefaultViewUrl
public string DefaultViewUrl { get; }

Значение свойства

Тип: System.String
A string that contains the URL.

Замечания

It must not be пустая ссылка (Nothing в Visual Basic). It must not be empty. It must be a URL of server-relative form.

См. также

Справочные материалы

List класс

Элементы List

Пространство имен Microsoft.SharePoint.Client