Class FirstRunBoxData
Contains first run dialog data.
public class FirstRunBoxData
- Inheritance
-
FirstRunBoxData
- Inherited Members
- Extension Methods
Properties
FullName
Gets or sets the full name.
public string FullName { get; set; }
Property Value
Info
Gets the dialog information.
public DialogInfo Info { get; }
Property Value
Password
Gets or sets the password.
public string Password { get; set; }
Property Value
Result
Gets a value indicating whether the dialog result is OK.
public bool Result { get; }
Property Value
UserName
Gets or sets the user name.
public string UserName { get; set; }