FeedbackData.FeedbackQuestionId Property

Gets or sets the GUID of the feedback question that is logged.

Namespace:  [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx

Syntax

'Declaration
Public Property FeedbackQuestionId As Guid
    Get
    Set
'Usage
Dim instance As FeedbackData
Dim value As Guid

value = instance.FeedbackQuestionId

instance.FeedbackQuestionId = value
public Guid FeedbackQuestionId { get; set; }

Property Value

Type: System.Guid
The GUID of the feedback question that is logged.

See Also

Reference

FeedbackData Class

FeedbackData Members

SocialDataService Web Service