AssemblyInfo.Assembly Property
.NET Framework (current version)
Gets or sets an assembly reference to use during compilation of a dynamic resource.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("assembly", IsRequired = true, IsKey = true, DefaultValue = "")>] [<StringValidatorAttribute(MinLength = 1)>] member Assembly : string with get, set
Property Value
Type: System.StringA comma-separated string value specifying the version, culture, and public-key tokens of an assembly.
ASP.NET first searches for the assembly DLL in the application's private Bin directory and then in the system assembly cache.
.NET Framework
Available since 2.0
Available since 2.0
Show: