Share via


SPRatingUsageEntry.FeedbackIdentifier Property

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)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property FeedbackIdentifier As Guid
    Get
    Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As Guid

value = instance.FeedbackIdentifier

instance.FeedbackIdentifier = value
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