SPMobileListTemplateSelector.ListTypeId Property

Gets the list type ID of the current list.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ListTypeId As String
    Get
'Usage
Dim instance As SPMobileListTemplateSelector
Dim value As String

value = instance.ListTypeId
public virtual string ListTypeId { get; }

Property Value

Type: System.String
A String that represents the Type value of the current list. For example, the Type value for the Contacts list is "105".

See Also

Reference

SPMobileListTemplateSelector Class

SPMobileListTemplateSelector Members

Microsoft.SharePoint.MobileControls Namespace

Other Resources

Mobile Page Rendering System