LocalFileSettingsProvider::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() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

A string that contains the application's display name.

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: