共用方式為


WebConfigurationMap.MachineConfigurationPath 屬性

定義

取得Machine.config檔案的檔案系統路徑。

public:
 property System::String ^ MachineConfigurationPath { System::String ^ get(); };
public string MachineConfigurationPath { get; }
member this.MachineConfigurationPath : string
Public ReadOnly Property MachineConfigurationPath As String

屬性值

Machine.config檔案的檔案系統路徑,如果 null 建構函式的 參數 WebConfigurationMap(String, String) 中未提供 machineConfigurationPath 值,則為 。

適用於