FieldRatingScale.GridStartNumber property
Gets or sets a value that specifies the start number for the rating scale.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property GridStartNumber As Integer
Get
Set
'Usage
Dim instance As FieldRatingScale
Dim value As Integer
value = instance.GridStartNumber
instance.GridStartNumber = value
public int GridStartNumber { get; set; }
Property value
Type: System.Int32
Returns a Int32 instance representing the start number for the rating scale.