LocalFileSettingsProvider.ApplicationName 속성

정의

현재 실행 중인 애플리케이션의 이름을 가져오거나 설정합니다.

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

속성 값

애플리케이션의 표시 이름을 포함하는 문자열입니다.

설명

Name 속성은 ApplicationName 다른 애플리케이션에서 비슷한 이름의 설정 속성을 명확하게 하는 데 도움이 됩니다.

적용 대상

추가 정보