The stream to which warning messages are to be written.
Namespace:
Imsl
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static TextWriter Writer { get; set; } |
Visual Basic (Declaration) |
---|
Public Shared Property Writer As TextWriter |
Visual C++ |
---|
public: static property TextWriter^ Writer { TextWriter^ get (); void set (TextWriter^ value); } |
Remarks
The input may be null, in which case warnings are not written.