DeploymentInitializeOptions.OnErrorShowUI 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.
Gets or sets a value that indicates whether UI should be displayed in the event of an error.
public:
property bool OnErrorShowUI { bool get(); void set(bool value); };
bool OnErrorShowUI();
void OnErrorShowUI(bool value);
public bool OnErrorShowUI { get; set; }
var boolean = deploymentInitializeOptions.onErrorShowUI;
deploymentInitializeOptions.onErrorShowUI = boolean;
Public Property OnErrorShowUI As Boolean
Property Value
Boolean
bool
true
UI should be displayed; otherwise, false
.