SPSystemPerformanceMonitor.Description property
When implemented in a derived class, gets a description of the monitor.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Description As String
Get
'Usage
Dim instance As SPSystemPerformanceMonitor
Dim value As String
value = instance.Description
public abstract string Description { get; }
Property value
Type: System.String
A description of the monitor.
Implements
ISPPerformanceMonitor.Description
See also
Reference
SPSystemPerformanceMonitor class