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.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
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