ReputationFeedbackItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the parameters for submitting reputation feedback on a user
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Xbox.Services.Social.__IReputationFeedbackItemFactory), 1)]
[Windows.Foundation.Metadata.Activatable(1)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class ReputationFeedbackItem
type ReputationFeedbackItem = class
interface __IReputationFeedbackItemPublicNonVirtuals
Public NotInheritable Class ReputationFeedbackItem
- Inheritance
-
ReputationFeedbackItem
- Attributes
-
Windows.Foundation.Metadata.ActivatableAttribute Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute
Constructors
ReputationFeedbackItem() | |
ReputationFeedbackItem(String, ReputationFeedbackType, MultiplayerSessionReference, String, String) |
Construct a ReputationFeedbackItem object |
Properties
EvidenceResourceId |
The Id of a resource that can be used as evidence for the feedback. Example: the Id of a video file. |
FeedbackType |
The reputation feedback type being submitted. |
ReasonMessage |
User supplied text added to explain the reason for the feedback. |
SessionReference |
The reference to the multiplayer session directory session the user is sending feedback from. |
XboxUserId |
The Xbox User ID of the user that reputation feedback is being submitted on. |