SPCriticalTraceCounter.RenderValueForWeb Method
Renders the event in an HTML table.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Function RenderValueForWeb As String
'Usage
Dim instance As SPCriticalTraceCounter
Dim returnValue As String
returnValue = instance.RenderValueForWeb()
public string RenderValueForWeb()
Return Value
Type: System.String
A String with a table in HTML..
Implements
ISPPerformanceMonitor.RenderValueForWeb()