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)
Available in Sandboxed Solutions: No

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

Request Throttling

How to: Create, Modify, and Change a Bucket-Style Health-Score Calculator