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