Share via


DomainJoinSettings.DomainToJoin Property

 

Gets or sets the name of the domain to join.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

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

Property Value

Type: System.String

The name.

See Also

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

Return to top