RatingScaleField.Value Property
Gets the selected value of the RatingScaleField components.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
An SPFieldRatingScaleValue object that represents the value of the RatingScaleField components.