Edit

Share via


FormControl.DataConnectionBaseUrl Property

Definition

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

Applies to