ListFormWebPart.ListTitle property

Gets or sets the title of the list.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ListTitle As String
    Get
    Set
'Usage
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
The title of the list.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace