CredentialPickerOptions.Caption Property

Definition

Gets or sets the caption text that is displayed to the user.

public:
 property Platform::String ^ Caption { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Caption();

void Caption(winrt::hstring value);
public string Caption { get; set; }
var string = credentialPickerOptions.caption;
credentialPickerOptions.caption = string;
Public Property Caption As String

Property Value

String

Platform::String

winrt::hstring

Text that appears in the message header of the dialog box. The default value is the caller's app name.

Applies to