FieldRatingScaleQuestionAnswer.Answer 屬性
取得或設定值,指定子問題的答案。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property Answer As Integer
Get
Set
'用途
Dim instance As FieldRatingScaleQuestionAnswer
Dim value As Integer
value = instance.Answer
instance.Answer = value
public int Answer { get; set; }
屬性值
類型:System.Int32
傳回代表子問題的解答Int32執行個體。
備註
如果此值與其相關聯的清單項目的評等比例欄位中的 sub 問題已提供沒有回應,它必須是null 參考 (未執行任何動作 於 Visual Basic 中) 。
請參閱
參照
FieldRatingScaleQuestionAnswer 類別