ListCreationInformation.TemplateType Property

Gets or sets a value that specifies the list server template of the new 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 Property TemplateType As Integer
    Get
    Set
'Usage
Dim instance As ListCreationInformation
Dim value As Integer

value = instance.TemplateType

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