ListCreationInformation.TemplateType property

Gets or sets a value that specifies the list server template of the new list.

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

Syntax

'Declaration
Public Property TemplateType As Integer
    Get
    Set
'Usage
Dim instance As ListCreationInformation
Dim value As Integer

value = instance.TemplateType

instance.TemplateType = value
public int TemplateType { get; set; }

Property value

Type: System.Int32
Returns a Int32.instance representing the list server template of the new list.

See also

Reference

ListCreationInformation class

ListCreationInformation members

Microsoft.SharePoint.Client namespace