SPCallCounter.RenderValueForWeb Method
Retrieves call information such as global server culture, dashboard popup details section title, and stack trace data.
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 SPCallCounter
Dim returnValue As String
returnValue = instance.RenderValueForWeb()
public string RenderValueForWeb()
Return Value
Type: System.String
A String .
Implements
ISPPerformanceMonitor.RenderValueForWeb()