FieldRatingScaleQuestionAnswer.Question 属性
获取或设置一个值,该值指定用于设置字段值格式的语言代码标识符 (LCID)。
命名空间: 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 Question As String
Get
Set
用法
Dim instance As FieldRatingScaleQuestionAnswer
Dim value As String
value = instance.Question
instance.Question = value
public string Question { get; set; }
属性值
类型:System.String
返回表示子问题评估级别内的String实例。
另请参阅
引用
FieldRatingScaleQuestionAnswer 类