IStreetSmartAPIGetApplicationName Method |
Returns the application name 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> GetApplicationName()
Function GetApplicationName As Task(Of String)
Task<String^>^ GetApplicationName()
abstract GetApplicationName : unit -> Task<string>
Return Value
Type:
TaskStringThe application name of the API.
See Also