DomainUser(String, String) Constructor
Initializes a new instance of the
DomainUser class.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
public DomainUser(
string? domain,
string userName
)
Public Sub New (
domain As String,
userName As String
)
public:
DomainUser(
String^ domain,
String^ userName
)
new :
domain : string *
userName : string -> DomainUser
Parameters
- domain String
-
The domain of the account, or if this is a local account.
- userName String
- The account user name.