SPBucketHealthScoreCalculator.ToString Method
Returns a String that represents the SPBucketHealthScoreCalculator object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPBucketHealthScoreCalculator
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
A representation of the array that defines the value buckets as a bracketed, comma-delimited list; for example, "[10,20,30,40]".
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