SPSystemPerformanceCounterMonitor.Computer property
Gets the name of the computer that is being monitored.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Computer As String
Get
'Usage
Dim instance As SPSystemPerformanceCounterMonitor
Dim value As String
value = instance.Computer
public override string Computer { get; }
Property value
Type: System.String
The computer name.
See also
Reference
SPSystemPerformanceCounterMonitor class