FeedbackResult 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.
The class represents a result from a feedback provider.
[System.Runtime.CompilerServices.Nullable(0)]
[System.Runtime.CompilerServices.NullableContext(1)]
public class FeedbackResult
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Runtime.CompilerServices.NullableContext(1)>]
type FeedbackResult = class
Public Class FeedbackResult
- Inheritance
-
FeedbackResult
- Attributes
Properties
Id |
Gets the Id of the feedback provider. |
Item |
Gets the feedback item. |
Name |
Gets the name of the feedback provider. |