SPCallCounter.Name Property

The call counter name.

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 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