FullTrustAssembly.AssemblyName Property

.NET Framework (current version)
 

Gets or sets the assembly name.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("assemblyName", IsRequired = true,
    IsKey = true, DefaultValue = "")>]
[<StringValidatorAttribute(MinLength = 1)>]
member AssemblyName : string with get, set

Property Value

Type: System.String

The assembly name.

.NET Framework
Available since 4.0
Return to top
Show: