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


Свойство ListTemplate.ImageUrl

Gets a value that specifies the URL for the icon of the list template.

Пространство имен:  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 ImageUrl As String
    Get
'Применение
Dim instance As ListTemplate
Dim value As String

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

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

Тип: System.String
Returns a String instance representing the URL for the icon of the list template.

Замечания

It must not be пустая ссылка (Nothing в Visual Basic). Its length must be equal to or less than 255. It must be a server-relative URL or an absolute URL.

См. также

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

ListTemplate класс

Элементы ListTemplate

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