Skip to main content

TdxAuthorizationAgentUserInfo.DisplayName Property

Returns the user display name obtained from a connected online account.

Declaration

property DisplayName: string read;

Property Value

Type
string

Remarks

This property returns an empty string if the user information provider has not yet obtained the user name from an online account. Call the UpdateInfo procedure to attempt to authenticate and authorize the user information provider in an online account with the current authorization agent settings. If the attempt is successful, the provider retrieves the account’s user email and display name that you can obtain via the Mail and DisplayName properties, respectively.

See Also