FormControl.DataConnectionBaseUrl property
Gets or sets the base URL to be used with data connection files (.UDCX).
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath.FormControl (in Microsoft.Office.InfoPath.FormControl.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Overridable Property DataConnectionBaseUrl As String
Get
Set
'Usage
Dim instance As FormControl
Dim value As String
value = instance.DataConnectionBaseUrl
instance.DataConnectionBaseUrl = value
[BrowsableAttribute(false)]
public virtual 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 FormControl object, see Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application.