SPSystemPerformanceMonitor.RenderValueForWeb Method
When implemented in a derived class, gets the value of the underlying performance counter that is being monitored as an HTML string for insertion on a Web page.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public MustOverride Function RenderValueForWeb As String
'Usage
Dim instance As SPSystemPerformanceMonitor
Dim returnValue As String
returnValue = instance.RenderValueForWeb()
public abstract string RenderValueForWeb()
Return Value
Type: System.String
An HTML-formatted value.
Implements
ISPPerformanceMonitor.RenderValueForWeb()
See Also
Reference
SPSystemPerformanceMonitor Class