SPCallCounter.Name property

The call counter name.

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 SPCallCounter
Dim value As String

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

Property value

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

Implements

ISPPerformanceMonitor.Name

See also

Reference

SPCallCounter class

SPCallCounter members

Microsoft.SharePoint.Utilities namespace