Compartilhar via


IPublishProperties.InstallUrl Property

Definition

Gets or sets the URL from which the user should install the application.

public:
 property System::String ^ InstallUrl { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ InstallUrl { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(11)]
public string InstallUrl { get; set; }
[<System.Runtime.InteropServices.DispId(11)>]
member this.InstallUrl : string with get, set
Public Property InstallUrl As String

Property Value

The URL from which the user should install the application.

Attributes

Applies to