DataResultBase.ResultListID property

Gets or sets the identifier of the results Web Part.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property ResultListID As String
    Get
    Set
'Usage
Dim instance As DataResultBase
Dim value As String

value = instance.ResultListID

instance.ResultListID = value
public string ResultListID { get; set; }

Property value

Type: System.String
A string that represents the identifier of the results Web Part.

Remarks

The ResultListID property distinguishes a Web Part if there are two or more instances of the same type of Web Part on the page. The default value is SRCHRES.

See also

Reference

DataResultBase class

DataResultBase members

Microsoft.SharePoint.Portal.WebControls namespace