IDTSHttpClientConnection100.ServerUserName Property

Definition

Gets or sets the username used to log on to the server.

public:
 property System::String ^ ServerUserName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(4)]
public string ServerUserName { [System.Runtime.InteropServices.DispId(4)] get; [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.ServerUserName : string with get, set
Public Property ServerUserName As String

Property Value

The username used to log on to the server.

Attributes

Applies to