FeedbackPanel.OptedOut Property
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.
Whether or not the user has opted out from the current experience. If true, the feedback panel will be replaced by "Successfully opted out!" or "Successfully opted out! Restart to see the changes." if OptOutRequiresRestart is also true
public bool OptedOut { get; set; }
member this.OptedOut : bool with get, set
Public Property OptedOut As Boolean