The input stream containing SGML data to parse.
You must specify this property or the Href property before calling Read().
Namespace: CuteEditor.ToolsAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public TextReader InputStream { get; set; } |
Visual Basic |
---|
Public Property InputStream As TextReader Get Set |
Visual C++ |
---|
public: property TextReader^ InputStream { TextReader^ get (); void set (TextReader^ value); } |