WebConfigurationMap.MachineConfigurationPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.