Share via


FieldRatingScaleQuestionAnswer.Question property

Gets or sets a value that specifies a sub question within a rating scale.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Question As String
    Get
    Set
'Usage
Dim instance As FieldRatingScaleQuestionAnswer
Dim value As String

value = instance.Question

instance.Question = value
public string Question { get; set; }

Property value

Type: System.String
Returns a String instance representing a sub question within a rating scale.

See also

Reference

FieldRatingScaleQuestionAnswer class

FieldRatingScaleQuestionAnswer members

Microsoft.SharePoint.Client namespace