PasswordCredential.UserName 属性

定义

获取或设置凭据的用户名。 此值不得为 null 或空,否则将引发异常。

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

void UserName(winrt::hstring userName);
public string UserName { get; set; }
var string = passwordCredential.userName;
passwordCredential.userName = string;
Public Property UserName As String

属性值

String

Platform::String

winrt::hstring

凭据的用户名。

适用于