This read/write property returns and sets the major, minor, revision and build of the assembly.
[Visual Basic] Overridable Public Property Version As Version [C#] public Version Version {virtual get; virtual set;} [C++] public: __property virtual Version* get_Version(); public: __property virtual void set_Version(Version*); [JScript] public function get Version() : Version; public function set Version(Version);
Read/write. Returns and sets the major, minor, revision and build of the assembly.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace