SettingsProvider::ApplicationName Property
.NET Framework (current version)
Gets or sets the name of the currently running application.
Assembly: System (in System.dll)
public: property String^ ApplicationName { virtual String^ get() abstract; virtual void set(String^ value) abstract; }
Property Value
Type: System::String^A String that contains the application's shortened name, which does not contain a full path or extension, for example, SimpleAppSettings.
The ApplicationName and Name properties help to disambiguate similarly named setting properties in different applications.
.NET Framework
Available since 2.0
Available since 2.0
Show: