ExeConfigurationFileMap.ExeConfigFilename 属性

定义

获取或设置配置文件的名称。

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

属性值

配置文件名称。

适用于