Gets the actual value of the performance data.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringPerformanceDataValue Dim value As Nullable(Of Double) value = instance.SampleValue Public ReadOnly Property SampleValue As Nullable(Of Double)public Nullable<double> SampleValue { get; }public: property Nullable<double> SampleValue { Nullable<double> get (); }/** @property */ public Nullable<double> get_SampleValue () public function get SampleValue () : Nullable<double> Property ValueReturns a Double that is the value of the performance data.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringPerformanceDataValue Dim value As Nullable(Of Double) value = instance.SampleValue Public ReadOnly Property SampleValue As Nullable(Of Double)public Nullable<double> SampleValue { get; }public: property Nullable<double> SampleValue { Nullable<double> get (); }/** @property */ public Nullable<double> get_SampleValue () public function get SampleValue () : Nullable<double> Property ValueReturns a Double that is the value of the performance data.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.