AssemblyFileVersionAttribute Constructor
Collapse the table of content
Expand the table of content

AssemblyFileVersionAttribute Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the AssemblyFileVersionAttribute class, specifying the file version.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Sub New ( _
	version As String _
)

Parameters

version
Type: System.String
The file version.

ExceptionCondition
ArgumentNullException

version is Nothing.

The file version is normally a string of four numbers, separated by periods, reflecting the major version number, minor version number, build number, and revision number; for example, "1.0.4309.00". If version is not in this format, a compiler warning occurs, and the results displayed in the file properties dialog are unpredictable. Wildcards are not supported.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft