DomainOptionsBaseDefaultDomainAccountDomain Property

Gets the name of the domain to use for an account in the DomainAccounts property where the DomainUserDomain property is .

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
C#
public virtual string DefaultDomainAccountDomain { get; }

Property Value

String
A domain name.

Remarks

The base class implementation always throw a NotSupportedException.

Exceptions

NotSupportedException Using a default domain name is not supported.

See Also