SPSearchResult.ListName Property
Deprecated. Gets the name of the list that contains the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ListName As String
Get
'Usage
Dim instance As SPSearchResult
Dim value As String
value = instance.ListName
public string ListName { get; }
Property Value
Type: System.String
A string that contains the list name.