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




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

Syntax

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