| LinkarClientGetLocalVersion Method |
Linkar Framework for .NET and Core
Allows getting the client version.
Namespace: Linkar.Functions.Persistent.JSONAssembly: Linkar.Functions.Persistent.JSON (in Linkar.Functions.Persistent.JSON.dll) Version: 2.3.1
Syntax public string GetLocalVersion()
Public Function GetLocalVersion As String
public:
String^ GetLocalVersion()
member GetLocalVersion : unit -> string
Return Value
StringThe results of the operation.
See Also