SPBucketHealthScoreCalculator.GetScoreBuckets method
Gets the array of score values that define the subranges of scores—the "buckets"—used by CalculateScore(Double) to generate health scores.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetScoreBuckets As Double()
'Usage
Dim instance As SPBucketHealthScoreCalculator
Dim returnValue As Double()
returnValue = instance.GetScoreBuckets()
public double[] GetScoreBuckets()
Return value
Type: []
The array of bucket boundaries.
See also
Reference
SPBucketHealthScoreCalculator class
SPBucketHealthScoreCalculator members
Microsoft.SharePoint.Utilities namespace
Other resources
How to: Create, Modify, and Change a Bucket-Style Health-Score Calculator