Gets or sets whether the console must echo the input or not.
[Visual Basic]Public Shared Property EchoInput As Boolean
[C#]
public static bool EchoInput {get; set;}
Property Value
A boolean value that specifies the console must echo the input or not.
Remarks
EchoInput is often turned off when the program asks the user to type in a password.
See Also
ConsoleAttributes Class | ConsoleAttributes Members | Org.Mentalis.Utilities.ConsoleAttributes Namespace