LocalFileSettingsProvider.ApplicationName Property

Definition

Gets or sets the name of the currently running application.

public:
 virtual property System::String ^ ApplicationName { System::String ^ get(); void set(System::String ^ value); };
public override string ApplicationName { get; set; }
member this.ApplicationName : string with get, set
Public Overrides Property ApplicationName As String

Property Value

A string that contains the application's display name.

Remarks

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

Applies to

See also