Share via


CredentialProperties.UserName Property

 

Optional. Gets or sets the user name of the credential.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.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

See Also

CredentialProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top