SPCriticalTraceCounter.Name property

A friendly name for the trace counter.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As SPCriticalTraceCounter
Dim value As String

value = instance.Name
public string Name { get; }

Property value

Type: System.String
A String representation of the trace counter name..

Implements

ISPPerformanceMonitor.Name

See also

Reference

SPCriticalTraceCounter class

SPCriticalTraceCounter members

Microsoft.SharePoint.Utilities namespace