NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyName.Version

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);

Property Value

Read/write. Returns and sets the major, minor, revision and build of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace