ListTemplate.BaseType Property

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

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 BaseType As BaseType
    Get
'Usage
Dim instance As ListTemplate
Dim value As BaseType

value = instance.BaseType
[RemoteAttribute]
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