DomainUser(String, String) Constructor

Initializes a new instance of the DomainUser class.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
C#
public DomainUser(
	string? domain,
	string userName
)

Parameters

domain  String
The domain of the account, or if this is a local account.
userName  String
The account user name.

Exceptions

ArgumentNullExceptionuserName is .

See Also