FullTrustAssembly.Version Property

.NET Framework (current version)
 

Gets or sets the assembly version number.

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

<ConfigurationPropertyAttribute("version", IsRequired := True,
	IsKey := True, DefaultValue := "")>
<StringValidatorAttribute(MinLength := 1)>
Public Property Version As String

Property Value

Type: System.String

The assembly version number.

.NET Framework
Available since 4.0
Return to top
Show: