LocalFileSettingsProvider.ApplicationName 属性
定义
获取或设置当前运行的应用程序的名称。Gets or sets the name of the currently running application.
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
属性值
一个字符串,包含应用程序的显示名称。A string that contains the application's display name.
注解
ApplicationName和 Name 属性有助于区分不同应用程序中名称相同的设置属性。The ApplicationName and Name properties help to disambiguate similarly named setting properties in different applications.