FeedbackData.QueryId Property

Gets or sets a GUID of the query.

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

Syntax

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

value = instance.QueryId

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

Property Value

Type: System.Guid
The GUID of the query.

Remarks

This property identifies all result lists, clickthroughs, and ratings related to a query.

See Also

Reference

FeedbackData Class

FeedbackData Members

SocialDataService Web Service