InfoPathEditor.DataConnectionBaseUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the base URL to be used with data connection files (.UDCX).
public:
property System::String ^ DataConnectionBaseUrl { System::String ^ get(); void set(System::String ^ value); };
public string DataConnectionBaseUrl { get; set; }
member this.DataConnectionBaseUrl : string with get, set
Public Property DataConnectionBaseUrl As String
Property Value
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 ApplicationWhat's New for InfoPath Developers.