: DataResultBase.ResultListID (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the identifier of the results Web Part.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<DefaultValueAttribute("SPSQRB")> _
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property ResultListID As String
'Uso
Dim instance As DataResultBase
Dim value As String
value = instance.ResultListID
instance.ResultListID = value
[DefaultValueAttribute("SPSQRB")]
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public string ResultListID { get; set; }
Valor de propiedad
A string that represents the identifier of the results Web Part.
Comentarios
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.
Vea también
Referencia
DataResultBase (Clase)
DataResultBase (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)