ApiVersion Property
Identifies the application version number.
Syntax
[VB.NET] Public Property ApiVersion As String
[C#] public string ApiVersion {get; set;}
Remarks
The ApiVersion includes the application's version number and revision number. This field should be 6 characters long and it cannot contain periods or spaces.
The default value of this property is "016XX0" indicating the current version number of 4D Payments SDK.
Default Value
"016XX0"