PasswordAuthentication.UserName Property

Definition

Returns the user name.

public string? UserName { [Android.Runtime.Register("getUserName", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getUserName", "()Ljava/lang/String;", "")>]
member this.UserName : string

Property Value

the user name

Attributes

Remarks

Returns the user name.

Java documentation for java.net.PasswordAuthentication.getUserName().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to