Share via


MonitoringPerformanceDataValue.SampleValue Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the actual value of the performance data.

Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As MonitoringPerformanceDataValue
Dim value As Nullable(Of Double)

value = instance.SampleValue

Syntax

'Declaration
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 Value

Returns a Double that is the value of the performance data.

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

MonitoringPerformanceDataValue Class
MonitoringPerformanceDataValue Members
Microsoft.EnterpriseManagement.Monitoring Namespace