Свойство ListItem.Id
Gets a value that specifies the list item identifier.
Пространство имен: 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 Id As Integer
Get
'Применение
Dim instance As ListItem
Dim value As Integer
value = instance.Id
public int Id { get; }
Значение свойства
Тип: System.Int32
Returns a Int32.instance representing the list item identifier.
Замечания
It must be 0 for a list item in an external list. It must be -1 for list items that have not yet been added to a list.