SPSystemPerformanceMonitorCollection.ToString Method
Gets a String representation of the monitors in the collection.
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 SPSystemPerformanceMonitorCollection
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
An itemization of the monitors in the collection.
See Also
Reference
SPSystemPerformanceMonitorCollection Class