共用方式為


SPRatingUsageEntry.FeedbackAnswerId 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 FeedbackAnswerId As Nullable(Of Guid)
    Get
    Set
'用途
Dim instance As SPRatingUsageEntry
Dim value As Nullable(Of Guid)

value = instance.FeedbackAnswerId

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

Property value

Type: System.Nullable<Guid>
意見反應接聽識別碼。

備註

請考慮使用一個問題的意見反應控制項:"是此 Helpful?"有的兩個回覆:"Yes"No"。FeedbackAnswerId屬性是每個回應的 GUID。如果您變更答覆從"Yes""Y"的文字時,應該不會變更此屬性。不過,記錄的FeedbackAnswerText屬性會變更從"Yes"來"Y"。

請參閱

參照

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace