ApplicationManifest.ConfigFile Property

Definition

Gets or sets the application configuration file.

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

Property Value

String

A string that represents the name of the application configuration file.

Remarks

For a Win32 native manifest, this input is ignored.

Applies to