SPSystemPerformanceCounterMonitor.DiagnosticData property
Gets diagnostic data about the monitor.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DiagnosticData As String
Get
'Usage
Dim instance As SPSystemPerformanceCounterMonitor
Dim value As String
value = instance.DiagnosticData
public override string DiagnosticData { get; }
Property value
Type: System.String
Diagnostic data such as the last value retrieved from the counter and the time it was retrieved.
See also
Reference
SPSystemPerformanceCounterMonitor class