ConfigurationSection.SectionPath 属性

定义

获取当前配置节的路径。

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

属性值

当前配置节的路径。

适用于