The ServerVersion type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
VersionNumber
The version number of the connected server, in (bit-packed) numeric form.

Remarks

This version number uses a bit field to represent major/minor/point values. The recommended way to compare this number to a specific version number is to use CompareToVersion(Int32, Int32, Int32).
VersionString
The version number of the connected server, in string form.

See Also