IProgressPage.PublisherName 属性

定义

获取或设置应用程序的发行者。

public:
 property System::String ^ PublisherName { System::String ^ get(); void set(System::String ^ value); };
public string PublisherName { get; set; }
member this.PublisherName : string with get, set
Public Property PublisherName As String

属性值

发行者标识字符串。

注解

建立应用程序发布者必须等到清单下载完成,因为清单本身包含所需的信息。

适用于