ListFormWebPart.ListTitle Property
Gets or sets the title of the list.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.