SPCriticalTraceCounter.Name Property

A friendly name for the trace counter.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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