CredentialPickerOptions.AlwaysDisplayDialog 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 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.