ConnectionSettings.UserName Property

 

Gets or sets the user name credentials that are used in the connection settings.

Namespace:   Microsoft.EnterpriseManagement.Common
Assembly:  Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Syntax

public string UserName { get; set; }
public:
property String^ UserName {
    String^ get();
    void set(String^ value);
}
member UserName : string with get, set
Public Property UserName As String

Property Value

Type: System.String

The user name.

See Also

ConnectionSettings Class
Microsoft.EnterpriseManagement.Common Namespace

Return to top