List.BaseType property
Gets the base type for the list.
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 List
Dim value As BaseType
value = instance.BaseType
public BaseType BaseType { get; }
Property value
Type: Microsoft.SharePoint.Client.BaseType
A BaseType value that specifies the base type.
Remarks
It must be one of the following values: GenericList, DocumentLibrary, DiscussionBoard, Survey, or Issue.