Condividi tramite


DomainJoinCredentials.Domain Property

Definition

Optional. Specifies the name of the domain used to authenticate an account. The value is a fully qualified DNS domain. If the domains name is not specified, Username must specify the user principal name (UPN) format (user@fully-qualified-DNS-domain) or the fully-qualified-DNS-domain\username format. Example: example.com.

public string Domain { get; set; }
member this.Domain : string with get, set
Public Property Domain As String

Property Value

Applies to