MonitoringPerformanceData.ScaleFactor Property
Applies To: Operations Manager for System Center 2012
Gets the scale factor for the performance counter.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public double ScaleFactor { get; }
public:
property double ScaleFactor {
double get();
}
member ScaleFactor : float with get
Public ReadOnly Property ScaleFactor As Double
Property Value
Type: System.Double
Returns a scale factor, as Double for the performance counter.
See Also
MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top