InfoPathEditor.DataConnectionBaseUrl property

Gets or sets the base URL to be used with data connection files (.UDCX).

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Property DataConnectionBaseUrl As String
    Get
    Set
'Usage
Dim instance As InfoPathEditor
Dim value As String

value = instance.DataConnectionBaseUrl

instance.DataConnectionBaseUrl = value
string DataConnectionBaseUrl { get; set; }

Property value

Type: System.String
The base URL to be used with data connection files (.UDCX).

Remarks

For more information about the InfoPathEditor and the FormControl objects , see the MSDN article Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application and the "The InfoPath Editor Hosted As a Control" section of What's New for InfoPath Developers.

See also

Reference

InfoPathEditor interface

InfoPathEditor members

Microsoft.Office.Interop.InfoPath namespace