Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager for System Center 2012
Gets the average for the performance signature value.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Nullable<double> Average { get; }
public:
property Nullable<double> Average {
Nullable<double> get();
}
member Average : Nullable<float> with get
Public ReadOnly Property Average As Nullable(Of Double)
Property Value
Type: System.Nullable<Double>
Returns a Double value that is the average for the performance signature value.
See Also
MonitoringPerformanceSignatureValue Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top