DataResultBase.ResultListID Property
Gets or sets the identifier of the results Web Part.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property ResultListID As String
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As String
value = instance.ResultListID
instance.ResultListID = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
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.