ApplicationManifest.ConfigFile Property

Definition

Gets or sets the application configuration file.

public string ConfigFile { get; set; }
public string ConfigFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

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

Attributes

Remarks

For a Win32 native manifest, this input is ignored.

Applies to