WebConfigurationMap.RootWebConfigurationPath Property

Definition

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.

Applies to