DomainUserDomain Property

Gets the domain for the user account.

Definition

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

Property Value

String
The domain name, or if this is a local account.

Remarks

In some cases, if this property is it may represent a member of some default domain instead of a local account; if this is the case, it will be mentioned in the documentation for the property or method that uses this class.

See Also