Share via


SPRatingUsageEntry.FeedbackIdentifier property

NOTE: This API is now obsolete.

Gets or sets a unique ID that associates all logging for a particular rating instance of a user together.

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

Syntax

'Declaration
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property FeedbackIdentifier As Guid
    Get
    Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As Guid

value = instance.FeedbackIdentifier

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

Property value

Type: System.Guid

Remarks

This property is generated by the client (such as rendering component) that logs the rating feedback.

See also

Reference

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace