Share via


SettingsProvider.ApplicationName 속성

정의

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

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

속성 값

String 전체 경로 또는 확장명을 포함하지 않는 애플리케이션의 단축된 이름을 포함하는 입니다(예: SimpleAppSettings).

설명

합니다 ApplicationNameName 속성 마찬가지로 다른 애플리케이션에서 명명 된 설정 속성을 구분 하는 데 도움이 됩니다.

적용 대상

추가 정보