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




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

Syntax

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