ListFormWebPart.ListName Property
Gets or sets the list name.
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 ListName As String
Get
Set
'Usage
Dim instance As ListFormWebPart
Dim value As String
value = instance.ListName
instance.ListName = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string ListName { get; set; }
Property Value
Type: System.String
String Name of list that is displayed by this Web Part.
Remarks
The ListName property is read/write.