List.BaseType Property

Gets the base type for the list.

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 List
Dim value As BaseType

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

See Also

Reference

List Class

List Members

Microsoft.SharePoint.Client Namespace