Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID that associates all logging for a particular rating instance of a user together.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property FeedbackIdentifier As Guid
Get
Set
'Usage
Dim instance As FeedbackData
Dim value As Guid
value = instance.FeedbackIdentifier
instance.FeedbackIdentifier = value
public Guid FeedbackIdentifier { get; set; }
Property Value
Type: System.Guid
The GUID that associates all logging for a particular rating instance of a user together.
Remarks
This property is generated by the client (such as rendering component) that logs the rating feedback.