Share via


IProgressPage.ApplicationName 속성

정의

애플리케이션의 이름을 가져오거나 설정합니다.

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

속성 값

진행률 페이지를 시작하는 애플리케이션의 이름입니다.

설명

애플리케이션 이름을 설정 자체 매니페스트에서 필요한 정보를 포함 하기 때문에 매니페스트 다운로드 완료 될 때까지 기다려야 합니다.

적용 대상