ConfigurationSection.SectionPath Property

Definition

Gets the path to the current configuration section.

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

Property Value

The path to the current configuration section.

Applies to