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

A String 를 포함 하지 않는 전체 경로 또는 확장명을 예를 들어, 애플리케이션의 약식된 이름을 포함 하는 SimpleAppSettings합니다.

설명

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

적용 대상

추가 정보