Compartilhar via


ListFormWebPart.ListTitle property

Obtém ou define o título da lista.

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

Syntax

'Declaração
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ListTitle As String
    Get
    Set
'Uso
Dim instance As ListFormWebPart
Dim value As String

value = instance.ListTitle

instance.ListTitle = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string ListTitle { get; set; }

Property value

Type: System.String
O título da lista.

Ver também

Referência

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace