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.

Namespace:  Microsoft.SPOT.Net.Ftp
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

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

Property Value

Type: System. . :: . .String
The user name.

.NET Framework Security

See Also

Reference

UserInfo Class

Microsoft.SPOT.Net.Ftp Namespace