Share via


HostingEnvironmentSection.ShadowCopyBinAssemblies プロパティ

定義

Bin 内のアプリケーションのアセンブリがアプリケーションの ASP.NET Temporary Files ディレクトリにシャドウ コピーされるかどうかを示す値を取得または設定します。

public:
 property bool ShadowCopyBinAssemblies { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("shadowCopyBinAssemblies", DefaultValue=true)]
public bool ShadowCopyBinAssemblies { get; set; }
[<System.Configuration.ConfigurationProperty("shadowCopyBinAssemblies", DefaultValue=true)>]
member this.ShadowCopyBinAssemblies : bool with get, set
Public Property ShadowCopyBinAssemblies As Boolean

プロパティ値

Bin 内のアプリケーションのアセンブリがアプリケーションの ASP.NET Temporary Files ディレクトリにシャドウ コピーされる場合は true。それ以外の場合は false。 既定値は、true です。

属性

適用対象