SPMobileList.TemplateType property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TemplateType As String
Get
Set
'Usage
Dim instance As SPMobileList
Dim value As String
value = instance.TemplateType
instance.TemplateType = value
public string TemplateType { get; set; }
Property value
Type: System.String