FeedbackPanel.OptOutRequiresRestart 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 opt-out requires restart or not. If true, "opt-out" will become "opt-out (restart required)" and after user clicks opt-out, "Successfully opted out!" will become "Successfully opted out! Restart to see the changes."
public bool OptOutRequiresRestart { get; set; }
member this.OptOutRequiresRestart : bool with get, set
Public Property OptOutRequiresRestart As Boolean