List.BaseTemplate Property
Gets the list definition type on which the list is based.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property BaseTemplate As Integer
Get
'Usage
Dim instance As List
Dim value As Integer
value = instance.BaseTemplate
[RemoteAttribute]
public int BaseTemplate { get; }
Property Value
Type: System.Int32
A ListTemplateType value that identifies the list definition type.
Remarks
Its value must be equal to or greater than 0. Its value must be equal to or less than 2147483647.