SearchRequest.Version Property (Bing, Version 2.x)
The version of the Bing API to which this request will be sent.
Public Property Version As String
public string Version { get; set; }
Remarks
The format for a valid value is major version number**.**minor version number.
For example: 2.0
If the property is not set, the default value (2.1) will be used.