[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The ClientVersiontype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
BuildVersion
Get/Set Build version (i.e. 5760 is build 5760)
(Inherited from ClientVersionBase.)
MajorVersion
Get/Set Major version (i.e. 4 is Version 4)
(Inherited from ClientVersionBase.)
MinorVersion
Get/Set Minor version (i.e. 3 is SP3)
(Inherited from ClientVersionBase.)
MiscVersion
Get/Set Misc version (i.e. 0001 is a hotfix release of the build version)
(Inherited from ClientVersionBase.)

See Also