DeploymentInitializeOptions.OnErrorShowUI Property

Definition

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.

Applies to