SPPerformanceMonitorCreationData.ToString method
Returns a String that represents the current SPPerformanceMonitorCreationData object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPPerformanceMonitorCreationData
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return value
Type: System.String
The category, name, and instance name of the monitor that is created from the SPPerformanceMonitorCreationData object.
See also
Reference
SPPerformanceMonitorCreationData class