BuildSettings.ApplicationUrl Property

Definition

The expected source location if the bootstrapper is published to a website. It is expected that the ApplicationFile, if specified, will be published to the location consistent to this value. If ComponentsLocation is Relative, required component files will also be published in a manner consistent with this value. This value may be null if setup.exe is not to be published to the web

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ ApplicationUrl { System::String ^ get(); void set(System::String ^ value); };
public string ApplicationUrl { get; set; }
public string ApplicationUrl { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ApplicationUrl : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ApplicationUrl : string with get, set
Public Property ApplicationUrl As String

Property Value

A URL that represents the expected source location when the bootstrapper is published to a Web site.

Implements

Attributes

Remarks

If you specify ApplicationFile, the bootstrapper will be published to the location specified by this value.

If ComponentsLocation is set to Relative, required component files will be published to a location relative to this value.

Set this value to null if Setup.exe is not to be published to the Web.

Applies to