ExeConfigurationFileMap.ExeConfigFilename Property

Definition

Gets or sets the name of the configuration file.

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

Property Value

The configuration file name.

Applies to