SettingsProvider::ApplicationName Property

 

Gets or sets the name of the currently running application.

Namespace:   System.Configuration
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
Return to top
Show: