Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.