NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Console.In

This field is assigned to the standard input stream of the system. It can be redirected via the SetIn method.

[Visual Basic]
Public Shared ReadOnly In As TextReader
[C#]
public static readonly TextReader In;
[C++]
public: static readonly TextReader* In;
[JScript]
public static var In : TextReader;

See Also

Console Class | Console Members | System Namespace