MonitoringPerformanceData.LastSampledValue Property

Updated: April 16, 2012

Gets the last sampled value from the performance counter. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringPerformanceData Dim value As Nullable(Of Double) value = instance.LastSampledValue Public ReadOnly Property LastSampledValue As Nullable(Of Double)public Nullable<double> LastSampledValue { get; }public: property Nullable<double> LastSampledValue { Nullable<double> get (); }/** @property */ public Nullable<double> get_LastSampledValue () public function get LastSampledValue () : Nullable<double> Property ValueReturns a Double that is the last sampled value from the performance counter.
WarningWarning
Due to performance reasons, LastSampledValue is reserved for future use and will currently always return null.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms