UserDataAccount.UserDisplayName 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 a user name associated with the UserDataAccount that is suitable for displaying.
public:
property Platform::String ^ UserDisplayName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring UserDisplayName();
void UserDisplayName(winrt::hstring value);
public string UserDisplayName { get; set; }
var string = userDataAccount.userDisplayName;
userDataAccount.userDisplayName = string;
Public Property UserDisplayName As String
Property Value
A user name associated with the UserDataAccount that is suitable for displaying.