PartialTrustVisibleAssembly.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)>
Public Property AssemblyName As String

Property Value

Type: System.String

The assembly name.

.NET Framework
Available since 4.0
Return to top
Show: