DataDirect XML Converters 5.0 Send comments on this topic.
UriSource Constructor
See Also 
DDTek.XmlConverter Namespace > UriSource Class : UriSource Constructor




uri
The fully resolved Uri from which the data can be read.
Construct a UriSource object containing a Uri from which source data should be read.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal uri As String _
)
Visual Basic (Usage)Copy Code
Dim uri As String
 
Dim instance As UriSource(uri)
C# 
public UriSource( 
   string uri
)
Managed Extensions for C++ 
public: UriSource( 
   string* uri
)
C++/CLI 
public:
UriSource( 
   String^ uri
)

Parameters

uri
The fully resolved Uri from which the data can be read.

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.