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


Свойство ListItem.DisplayName

Gets a value that specifies the display name of the list item.

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

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

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

Тип: System.String
Returns a String.instance representing the display name of the list item.

Замечания

It must not be пустая ссылка (Nothing в Visual Basic). It must not be empty.

См. также

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

ListItem класс

Элементы ListItem

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