SPSystemPerformanceMonitor.Name property
When implemented in a derived class, gets a name for the performance monitor.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Name As String
Get
'Usage
Dim instance As SPSystemPerformanceMonitor
Dim value As String
value = instance.Name
public abstract string Name { get; }
Property value
Type: System.String
A name for the performance monitor.
Implements
Remarks
Notes to implementers
For consistency with existing performance monitor names, we recommend that your monitor names follow the pattern Computer\Category\Counter[\Instance].
See also
Reference
SPSystemPerformanceMonitor class