DataResultBase.ResultListID, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the identifier of the results Web Part.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<DefaultValueAttribute("SPSQRB")> _
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property ResultListID As String
'Utilisation
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; }
Valeur de la propriété
A string that represents the identifier of the results Web Part.
Remarques
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.
Voir aussi
Référence
DataResultBase, classe
Membres DataResultBase
Microsoft.SharePoint.Portal.WebControls, espace de noms