Condividi tramite


PasswordCredential.UserName Proprietà

Definizione

Ottiene o imposta il nome utente della credenziale. Questo valore non deve essere null o vuoto, in caso contrario verrà generata un'eccezione.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Nome utente della credenziale.

Si applica a