Compartilhar via


SPMobileListTemplateSelector.ListType property

Obtém o nome do tipo da lista atual.

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Overridable ReadOnly Property ListType As String
    Get
'Uso
Dim instance As SPMobileListTemplateSelector
Dim value As String

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

Property value

Type: System.String
Um String que representa o valor de Name do tipo da lista atual. Por exemplo, o Name do tipo discussões é "DiscussionBoard".

Ver também

Referência

SPMobileListTemplateSelector class

SPMobileListTemplateSelector members

Microsoft.SharePoint.Mobile.WebControls namespace

Outros recursos

Mobile Page Rendering System