SPSystemPerformanceCounterMonitor.DiagnosticData Property
Gets diagnostic data about the monitor.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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