Share via


ConnectionManagerFtpClass.ServerUserName 属性

定义

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

属性值

String

用户的登录别名。

实现

注解

有关详细信息,请参阅 ConnectionManager

适用于