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