AssemblyNameVersion Property |
Gets or sets the major, minor, build, and revision numbers of the assembly.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public Version Version { get; set; }
Return Value
Type:
VersionAn object that represents the major, minor, build, and revision numbers of the assembly.
See Also