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