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)
Available in Sandboxed Solutions: No
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