Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()