Share via


ListCreationInformation.ListTemplate property

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

Syntax

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

value = instance.ListTemplate

instance.ListTemplate = value
public ListTemplate ListTemplate { get; set; }

Property value

Type: Microsoft.SharePoint.Client.ListTemplate

See also

Reference

ListCreationInformation class

ListCreationInformation members

Microsoft.SharePoint.Client namespace