Share via


DomainJoinCredentials.UserName Property

 

Gets or sets the name of the user account that can be used to join the domain.

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

See Also

DomainJoinCredentials Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top