SPExecutionTimeCounter.RenderValueForWeb Method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function RenderValueForWeb As String
'Usage
Dim instance As SPExecutionTimeCounter
Dim returnValue As String
returnValue = instance.RenderValueForWeb()
public string RenderValueForWeb()
Return Value
Type: System.String
Returns String.
Implements
ISPPerformanceMonitor.RenderValueForWeb()