IPublishProperties3.InstallUrl 属性

定义

获取或设置用户将从中安装应用程序 (URI) 的统一资源标识符。

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

属性值

String

用户将在其中安装应用程序的 URI。

实现

属性

适用于