ListTemplate.BaseType property

Gets a value that specifies the base type of the list template.

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

Syntax

'Declaration
Public ReadOnly Property BaseType As BaseType
    Get
'Usage
Dim instance As ListTemplate
Dim value As BaseType

value = instance.BaseType
public BaseType BaseType { get; }

Property value

Type: Microsoft.SharePoint.Client.BaseType
Returns a BaseType instance representing the base type of the list template.

See also

Reference

ListTemplate class

ListTemplate members

Microsoft.SharePoint.Client namespace