Local CredentialUser Name Property
Gets the user name of the account.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
The user name.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public string UserName { get; }VB
Public ReadOnly Property UserName As String
GetC++
public:
property String^ UserName {
String^ get ();
}F#
member UserName : string with getProperty Value
StringThe user name.