共用方式為


SPRatingUsageEntry.FeedbackQuestionText property

NOTE: This API is now obsolete.

取得或設定為記錄的意見反應問題的文字。

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

Syntax

'宣告
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property FeedbackQuestionText As String
    Get
    Set
'用途
Dim instance As SPRatingUsageEntry
Dim value As String

value = instance.FeedbackQuestionText

instance.FeedbackQuestionText = value
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public string FeedbackQuestionText { get; set; }

Property value

Type: System.String
意見反應問題的文字。

備註

請考慮使用兩個問題的意見反應控制項。第一個問題 」 是為這個有用,或 No?"。第二個問題而異第一個問題的答案。FeedbackQuestionId屬性是代表第一個問題和第二個問題的 GUID。如果您變更從文字"是此實用,[是] 或 No?"以"已有此有用,或 No?", FeedbackQuestionId屬性應該不會變更。不過登的FeedbackQuestionText屬性應該變更從"是此有用,是或 No?"到"已有此有用,或 No?"。

請參閱

參照

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace