Share via


UserName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the user name associated with the credentials.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Property UserName As String
public string UserName { get; set; }
public:
property String^ UserName {
    String^ get ();
    void set (String^ value);
}
member UserName : string with get, set
function get UserName () : String
function set UserName (value : String)

Property Value

Type: System. . :: . .String
The user name associated with the credentials.

.NET Framework Security

See Also

Reference

NetworkCredential Class

System.Net Namespace