SPSystemPerformanceMonitor.Value property

When implemented in a derived class, gets the current value of the underlying performance measure.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Value As Object
    Get
'Usage
Dim instance As SPSystemPerformanceMonitor
Dim value As Object

value = instance.Value
public abstract Object Value { get; }

Property value

Type: System.Object
The current value of the performance measure.

Implements

ISPPerformanceMonitor.Value

Remarks

Notes to implementers

The get accessor of property should return the value of the underlying performance measure and reset LastValue to the same value.

See also

Reference

SPSystemPerformanceMonitor class

SPSystemPerformanceMonitor members

Microsoft.SharePoint.Utilities namespace