[]
The API version of Salesforce server. Default value is 42.0.
[IsRequired(true)]
public string ApiVersion { get; set; }
<IsRequired(True)>
Public Property ApiVersion As String
If the Url contains api version, the C1SalesforceConnection will take the api version from the Url. The default value of this property might be updated every year.