Свойство ChangeItem.ListId
Gets a value that identifies the list that contains the changed 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 ListId As Guid
Get
'Применение
Dim instance As ChangeItem
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
Значение свойства
Тип: System.Guid
Returns a Guid instance representing the identification of the list that contains the changed item.
Исключения
Исключение | Условие |
---|---|
NotSupportedException | The list identifier in the change fields item of the change collection is пустая ссылка (Nothing в Visual Basic). Error code: -1. |
Замечания
In the case of a change that includes moving the item between lists, ListId must contain the value it had before the move.