Share via


MonitoringPerformanceSignatureValue.Average Property

 

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