WebConfigurationMap.RootWebConfigurationPath 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 root Web.config file.
public:
property System::String ^ RootWebConfigurationPath { System::String ^ get(); };
public string RootWebConfigurationPath { get; }
member this.RootWebConfigurationPath : string
Public ReadOnly Property RootWebConfigurationPath As String
Property Value
The file system path of the root Web.config file, or null
if a value is not provided in the rootWebConfigurationPath
parameter of the WebConfigurationMap(String, String) constructor.