Share via


AssemblyInfo.Assembly 屬性

定義

取得或設定動態資源編譯期間使用的組件參考。

public:
 property System::String ^ Assembly { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("assembly", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Assembly { get; set; }
[<System.Configuration.ConfigurationProperty("assembly", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Assembly : string with get, set
Public Property Assembly As String

屬性值

指定組件版本、文化特性和公開金鑰語彙基元的逗號分隔字串值。

屬性

備註

ASP.NET 會先搜尋應用程式私人 Bin 目錄中的元件 DLL,然後在系統組件快取中。

適用於