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




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

Syntax

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