Свойство List.BaseTemplate
Gets the list definition type on which the list is based.
Пространство имен: 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 BaseTemplate As Integer
Get
'Применение
Dim instance As List
Dim value As Integer
value = instance.BaseTemplate
public int BaseTemplate { get; }
Значение свойства
Тип: System.Int32
A ListTemplateType value that identifies the list definition type.
Замечания
Its value must be equal to or greater than 0. Its value must be equal to or less than 2147483647.