Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.