FeedbackData.RatedAssetWebId Property
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property RatedAssetWebId As Guid
Get
Set
'Usage
Dim instance As FeedbackData
Dim value As Guid
value = instance.RatedAssetWebId
instance.RatedAssetWebId = value
public Guid RatedAssetWebId { get; set; }
Property Value
Type: System.Guid