FormControl.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:
virtual property System::String ^ DataConnectionBaseUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public virtual string DataConnectionBaseUrl { get; set; }
member this.DataConnectionBaseUrl : string with get, set
Public Overridable Property DataConnectionBaseUrl As String
Property Value
The base URL to be used with data connection files (.UDCX).
- Attributes
Remarks
For more information about the FormControl object, see Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application