FieldRatingScaleQuestionAnswer.Answer property
Gets or sets value that specifies the answer for a sub question.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Answer As Integer
Get
Set
'Usage
Dim instance As FieldRatingScaleQuestionAnswer
Dim value As Integer
value = instance.Answer
instance.Answer = value
public int Answer { get; set; }
Property value
Type: System.Int32
Returns a Int32 instance representing the answer for a sub question.
Remarks
It must be a null reference (Nothing in Visual Basic) if no answer has been provided for the sub question within the rating scale field for the list item this value is associated with.
See also
Reference
FieldRatingScaleQuestionAnswer class