Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchResults_STResponseTime", "SearchResults_ST", _
"SearchResults_STResponseTime_ToolTip")> _
Public Property DisplayResponseTime As Boolean
Get
Set
'Usage
Dim instance As SearchStatsWebPart
Dim value As Boolean
value = instance.DisplayResponseTime
instance.DisplayResponseTime = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("SearchResults_STResponseTime", "SearchResults_ST",
"SearchResults_STResponseTime_ToolTip")]
public bool DisplayResponseTime { get; set; }
Property Value
Type: System.Boolean