MultiServerSqlConnectionInfo.UserName Property

Definition

Gets or sets the name of the login to use when connecting.

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

Property Value

A String value specifying the login name.

Applies to