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




Get the TextWriter. The caller sends data to the converter by writing the data into the returned TextWriter

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TextWriter As TextWriter
Visual Basic (Usage)Copy Code
Dim instance As TextWriterSource
Dim value As TextWriter
 
value = instance.TextWriter
C# 
public TextWriter TextWriter {get;}
Managed Extensions for C++ 
public: __property TextWriter* get_TextWriter();
C++/CLI 
public:
property TextWriter^ TextWriter {
   TextWriter^ 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.