Свойство List.Id
Gets the GUID that identifies the list in the database.
Пространство имен: 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 Guid
Get
'Применение
Dim instance As List
Dim value As Guid
value = instance.Id
public Guid Id { get; }
Значение свойства
Тип: System.Guid
A GUID that identifies the list.
Замечания
It must not be an empty GUID.