SPBucketHealthScoreCalculator.IsASC property
Gets a value that indicates whether the values that define the buckets are ascending.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsASC As Boolean
Get
'Usage
Dim instance As SPBucketHealthScoreCalculator
Dim value As Boolean
value = instance.IsASC
public bool IsASC { get; }
Property value
Type: System.Boolean
true if the values are ascending; false if they are descending.
Remarks
The values that define the buckets must always be well-ordered, either ascending or descending.
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