SPListTemplate.Type_Client Property

Gets the type of the list definition or list template.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute(Name := "ListTemplateTypeKind")> _
Public ReadOnly Property Type_Client As Integer
    Get
'Usage
Dim instance As SPListTemplate
Dim value As Integer

value = instance.Type_Client
[ClientCallableAttribute(Name = "ListTemplateTypeKind")]
public int Type_Client { get; }

Property Value

Type: System.Int32
This property is the integer representation of the Type property value.

See Also

Reference

SPListTemplate Class

SPListTemplate Members

Microsoft.SharePoint Namespace