Domain UserDomain Property
Gets the domain for the user account.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
The domain name, or if this is a local account.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public string? Domain { get; }VB
Public ReadOnly Property Domain As String
GetC++
public:
property String^ Domain {
String^ get ();
}F#
member Domain : string with getProperty Value
StringThe 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.