SearchPagingWebPart.PreviousLabel Property
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchResults_PGPreviousText", "SearchResults_PG", _
"SearchResults_PGPreviousText_ToolTip")> _
Public Property PreviousLabel As String
Get
Set
'Usage
Dim instance As SearchPagingWebPart
Dim value As String
value = instance.PreviousLabel
instance.PreviousLabel = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("SearchResults_PGPreviousText", "SearchResults_PG",
"SearchResults_PGPreviousText_ToolTip")]
public string PreviousLabel { get; set; }
Property Value
Type: System.String