ListTemplate Class
Specifies a list template.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ListTemplate
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
<ScriptTypeAttribute("SP.ListTemplate", ServerTypeId := "{d772ecd1-daa3-4cb1-9ea1-feea1e383fb2}")> _
Public Class ListTemplate _
Inherits ClientObject
'Usage
Dim instance As ListTemplate
[ScriptTypeAttribute("SP.ListTemplate", ServerTypeId = "{d772ecd1-daa3-4cb1-9ea1-feea1e383fb2}")]
public class ListTemplate : ClientObject
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.