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)
Available in Sandboxed Solutions: No
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