SPFieldRatingScale.RangeCount Property

Gets the number of options for each subordinate question from which users can choose in the rating scale field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property RangeCount As Integer
    Get
'Usage
Dim instance As SPFieldRatingScale
Dim value As Integer

value = instance.RangeCount
[ClientCallableAttribute]
public int RangeCount { get; }

Property Value

Type: System.Int32
A 32-bit integer that indicates the number of options for each subordinate question.

See Also

Reference

SPFieldRatingScale Class

SPFieldRatingScale Members

Microsoft.SharePoint Namespace