DataDirect XML Converters 5.0 Send comments on this topic.
TextReader Property
See Also 
DDTek.XmlConverter Namespace > TextReaderResult Class : TextReader Property




Get the TextReader. The caller reads data from the converter by reading from the returned TextReader.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TextReader As TextReader
Visual Basic (Usage)Copy Code
Dim instance As TextReaderResult
Dim value As TextReader
 
value = instance.TextReader
C# 
public TextReader TextReader {get;}
Managed Extensions for C++ 
public: __property TextReader* get_TextReader();
C++/CLI 
public:
property TextReader^ TextReader {
   TextReader^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.