Compartilhar via


MonitoringPerformanceSignatureValue.Deviation Property

 

Applies To: Operations Manager for System Center 2012

Gets the derivation for the performance signature value.

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

Syntax

public Nullable<double> Deviation { get; }
public:
property Nullable<double> Deviation {
    Nullable<double> get();
}
member Deviation : Nullable<float> with get
Public ReadOnly Property Deviation As Nullable(Of Double)

Property Value

Type: System.Nullable<Double>

Returns a Double value that is the derivation for the performance signature value.

See Also

MonitoringPerformanceSignatureValue Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top