SPSystemPerformanceCounterMonitor.ToString method
Returns a String that represents the current SPSystemPerformanceCounterMonitor object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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