SectionInformation.InheritInChildApplications プロパティ
アセンブリ: System.Configuration (system.configuration.dll 内)

Dim instance As SectionInformation Dim value As Boolean value = instance.InheritInChildApplications instance.InheritInChildApplications = value
/** @property */ public boolean get_InheritInChildApplications () /** @property */ public void set_InheritInChildApplications (boolean value)
public function get InheritInChildApplications () : boolean public function set InheritInChildApplications (value : boolean)
この ConfigurationSection オブジェクトで指定されている設定が子アプリケーションに継承される場合は true。それ以外の場合は false。既定値は true です。

InheritInChildApplications プロパティは、構成ファイル内の location 要素の inheritInChildApplications 属性を表します。
Web サイトのルート ディレクトリなどの特定の位置に固有の設定が、サブディレクトリに存在するアプリケーションに継承されないようにするには、InheritInChildApplications を false に設定します。
構成ファイルでこの属性を使用して、Web サイトのルートに対する location 要素で定義されている設定が子アプリケーションに継承されないようにする方法の例を次に示します。

ConfigurationSection オブジェクトの InheritInChildApplications 値を取得する方法の例を次に示します。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSectionInformation.InheritInChildApplications プロパティを検索する場合は、下記のリンクをクリックしてください。

- SectionInformation.InheritInChildApplications プロパティのページへのリンク