SPRatingUsageEntry.FeedbackAnswerText 属性
请注意:此 API 现在已过时。
获取或设置记录的预定义的反馈答案的文本字符串。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property FeedbackAnswerText As String
Get
Set
用法
Dim instance As SPRatingUsageEntry
Dim value As String
value = instance.FeedbackAnswerText
instance.FeedbackAnswerText = value
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public string FeedbackAnswerText { get; set; }
属性值
类型:System.String
预定义的反馈回答的文本。
备注
考虑一个反馈一个问题:"为此 Helpful?",答案是"是"或"否"。FeedbackAnswerText属性是文本的每个回答,例如"是"或"否"。如果您更改为"Y""是"从该属性中的文本,则不应更改的FeedbackAnswerId属性。