SPSearchResult.ListName property
Deprecated. Gets the name of the list that contains the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.