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,然后在系统程序集缓存中搜索。

适用于