Documentation for this section has not yet been entered.
The HttpCapabilitiesBase.Version property returns a string. In some scenarios, the HttpCapabilitiesBase.Version property might contain letter characters, as in the case of a browser or client device that is a beta version such as "7.0b." To correctly get the version as a data type that can be used in a numeric comparison, concatenate the HttpCapabilitiesBase.MajorVersion and HttpCapabilitiesBase.MinorVersion property values.