WebConfigurationMap.MachineConfigurationPath Property

Definition

Gets the file system path of the Machine.config file.

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

Property Value

The file system path of the Machine.config file, or null if a value is not provided in the machineConfigurationPath parameter of the WebConfigurationMap(String, String) constructor.

Applies to