Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SettingsProvider.ApplicationName Property

Definition

Namespace:
System.Configuration
Assembly:
System.Configuration.ConfigurationManager.dll
Assembly:
System.dll
Package:
System.Configuration.ConfigurationManager v11.0.0-preview.5.26302.115
Source:
SettingsProvider.cs
Source:
SettingsProvider.cs
Source:
SettingsProvider.cs
Source:
SettingsProvider.cs
Source:
SettingsProvider.cs
Source:
SettingsProvider.cs
Source:
SettingsProvider.cs
Source:
SettingsProvider.cs
Source:
SettingsProvider.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the name of the currently running application.

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

Property Value

A String that contains the application's shortened name, which does not contain a full path or extension, for example, SimpleAppSettings.

Remarks

The ApplicationName and Name properties help to disambiguate similarly named setting properties in different applications.

Applies to

See also


Feedback

Was this page helpful?