SettingsProvider.ApplicationName Property

Definition

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