SPSystemPerformanceMonitor.Computer property

When implemented in a derived class, gets the name of the computer whose performance is being monitored.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Computer As String
    Get
'Usage
Dim instance As SPSystemPerformanceMonitor
Dim value As String

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

Property value

Type: System.String
A name of a computer.

See also

Reference

SPSystemPerformanceMonitor class

SPSystemPerformanceMonitor members

Microsoft.SharePoint.Utilities namespace