SPSystemPerformanceCounterMonitor.Computer Property
Gets the name of the computer that is being monitored.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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