CredentialPickerOptions.Caption 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 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
Text that appears in the message header of the dialog box. The default value is the caller's app name.