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)
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