RatingScaleField.Value property
Gets the selected value of the RatingScaleField components.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Value As Object
Get
'Usage
Dim instance As RatingScaleField
Dim value As Object
value = instance.Value
public override Object Value { get; }
Property value
Type: System.Object
AnSPFieldRatingScaleValue object that represents the value of the RatingScaleField components.