ConnectionManagerFtpClass.ServerUserName Property

Definition

Gets or sets the logon alias of the user.

public:
 virtual property System::String ^ ServerUserName { System::String ^ get(); void set(System::String ^ value); };
public virtual string ServerUserName { get; set; }
member this.ServerUserName : string with get, set
Public Overridable Property ServerUserName As String

Property Value

The logon alias of the user.

Implements

Remarks

For more information, see ConnectionManager.

Applies to