HostingEnvironmentSection.ShadowCopyBinAssemblies 屬性

定義

取得或設定一個值,指示 Bin 中應用程式的組件是否被影子複製到該應用程式的 ASP.NET 暫存檔案目錄。

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

屬性值

true 如果 Bin 中應用程式的組件被影子複製到該應用程式的 ASP.NET 暫存檔案目錄;否則則為 false。 預設值為 true

屬性

適用於