SPSystemPerformanceCounterMonitor.ToString Method
Returns a String that represents the current SPSystemPerformanceCounterMonitor object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPSystemPerformanceCounterMonitor
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The name of the monitor, its last value, and the time its value was most recently read.
See Also
Reference
SPSystemPerformanceCounterMonitor Class