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 name of the type of the current list.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ListType As String
Get
'Usage
Dim instance As SPMobileListTemplateSelector
Dim value As String
value = instance.ListType
public virtual string ListType { get; }
Property Value
Type: System.String
A String that represents the Name value of the type of the current list. For example, the Name of the Discussions type is "DiscussionBoard".
See Also
Reference
SPMobileListTemplateSelector Class
SPMobileListTemplateSelector Members
Microsoft.SharePoint.MobileControls Namespace