MonitoringPerformanceDataValue.SampleValue Property
Applies To: Operations Manager for System Center 2012
Gets the actual value of the performance data.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Nullable<double> SampleValue { get; }
public:
property Nullable<double> SampleValue {
Nullable<double> get();
}
member SampleValue : Nullable<float> with get
Public ReadOnly Property SampleValue As Nullable(Of Double)
Property Value
Type: System.Nullable<Double>
Returns a Double that is the value of the performance data.
See Also
MonitoringPerformanceDataValue Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top