SPSystemPerformanceCounterMonitor.RenderValueForWeb Method
Gets the Value property as an HTML-formatted string for insertion into a Web page.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function RenderValueForWeb As String
'Usage
Dim instance As SPSystemPerformanceCounterMonitor
Dim returnValue As String
returnValue = instance.RenderValueForWeb()
public override string RenderValueForWeb()
Return Value
Type: System.String
The HTML-formatted value.
Implements
ISPPerformanceMonitor.RenderValueForWeb()
See Also
Reference
SPSystemPerformanceCounterMonitor Class