IStreetSmartAPIGetApplicationVersion Method |
Returns the used version of the API.
This is an asynchronous function.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
SyntaxTask<string> GetApplicationVersion()
Function GetApplicationVersion As Task(Of String)
Task<String^>^ GetApplicationVersion()
abstract GetApplicationVersion : unit -> Task<string>
Return Value
Type:
TaskStringAPI version number.
See Also