Share via


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)

Syntax

'Declaration
Public ReadOnly Property RangeCount As Integer
    Get
'Usage
Dim instance As SPFieldRatingScale
Dim value As Integer

value = instance.RangeCount
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