ConnectionCredential.UserName Property

Definition

Gets the user name for the connection credentials.

public:
 property System::String ^ UserName { System::String ^ get(); };
public string UserName { get; }
member this.UserName : string
Public ReadOnly Property UserName As String

Property Value

The user name for the ConnectionCredential object.

Applies to