FieldRatingScale.GridEndNumber property

Gets or sets a value that specifies the end number for the rating scale.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property GridEndNumber As Integer
    Get
    Set
'Usage
Dim instance As FieldRatingScale
Dim value As Integer

value = instance.GridEndNumber

instance.GridEndNumber = value
public int GridEndNumber { get; set; }

Property value

Type: System.Int32
Returns a Int32 instance representing the end number for the rating scale.

See also

Reference

FieldRatingScale class

FieldRatingScale members

Microsoft.SharePoint.Client namespace