FieldRatingScaleQuestionAnswer.Answer - Propriété
Gets or sets value that specifies the answer for a sub question.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property Answer As Integer
Get
Set
'Utilisation
Dim instance As FieldRatingScaleQuestionAnswer
Dim value As Integer
value = instance.Answer
instance.Answer = value
public int Answer { get; set; }
Valeur de propriété
Type : System.Int32
Returns a Int32 instance representing the answer for a sub question.
Remarques
It must be une référence Null (Rien dans 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.
Voir aussi
Référence
FieldRatingScaleQuestionAnswer classe