CredentialPickerOptions.AlwaysDisplayDialog Property

Definition

Gets or sets the option of whether the dialog box is displayed.

public:
 property bool AlwaysDisplayDialog { bool get(); void set(bool value); };
bool AlwaysDisplayDialog();

void AlwaysDisplayDialog(bool value);
public bool AlwaysDisplayDialog { get; set; }
var boolean = credentialPickerOptions.alwaysDisplayDialog;
credentialPickerOptions.alwaysDisplayDialog = boolean;
Public Property AlwaysDisplayDialog As Boolean

Property Value

Boolean

bool

Gets or sets the option of always displaying the dialog box. The default value is False.

Applies to