Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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