SPRatingUsageEntry.FeedbackIdentifier-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft ab oder legt eine eindeutige ID, die alle Protokollierung für eine Instanz einer bestimmten Bewertung eines Benutzers zusammen zuordnet.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property FeedbackIdentifier As Guid
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As Guid
value = instance.FeedbackIdentifier
instance.FeedbackIdentifier = value
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public Guid FeedbackIdentifier { get; set; }
Eigenschaftswert
Typ: System.Guid
Hinweise
Diese Eigenschaft wird vom Client (beispielsweise Komponente zum Rendern) generiert, die das Bewertung Feedback protokolliert.