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

プロパティ値

発行元を識別する文字列。

注釈

マニフェスト自体に必要な情報が含まれているため、アプリケーション発行元を確立するには、マニフェストのダウンロードが完了するまで待機する必要があります。

適用対象