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.
Generates the HTML that is used in the Database Queries section of the Developer Dashboard.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function RenderValueForWeb As String
'Usage
Dim instance As SPSqlQueryCounter
Dim returnValue As String
returnValue = instance.RenderValueForWeb()
public string RenderValueForWeb()
Return value
Type: System.String
A string containing the HTML to be used in the Database Queries section of the Developer Dashboard.
Implements
ISPPerformanceMonitor.RenderValueForWeb()