List.BaseTemplate property

Gets the list definition type on which the list is based.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property BaseTemplate As Integer
    Get
'Usage
Dim instance As List
Dim value As Integer

value = instance.BaseTemplate
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.

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace