FeedbackData.SiteId Property
Gets or sets the GUID of the site collection that contains the item to which the rating is being applied.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property SiteId As Guid
Get
Set
'Usage
Dim instance As FeedbackData
Dim value As Guid
value = instance.SiteId
instance.SiteId = value
public Guid SiteId { get; set; }
Property Value
Type: System.Guid
The GUID of the site collection that contains the item to which the rating is being applied.