IDTSFtpClientConnection100.ServerUserName Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el nombre de usuario para el servidor.
public:
property System::String ^ ServerUserName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(3)]
public string ServerUserName { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.ServerUserName : string with get, set
Public Property ServerUserName As String
Valor de propiedad
El nombre de usuario para el servidor.
- Atributos