FieldRatingScaleQuestionAnswer.Answer Property

Gets or sets value that specifies the answer for a sub question.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Answer As Integer
    Get
    Set
'Usage
Dim instance As FieldRatingScaleQuestionAnswer
Dim value As Integer

value = instance.Answer

instance.Answer = value
[RemoteAttribute]
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

FieldRatingScaleQuestionAnswer Members

Microsoft.SharePoint.Client Namespace