| LinkarClientGetLocalVersion Method |
Linkar Framework .NET (Core and Framework)
Allows getting the client version.
Namespace: Linkar.Functions.PersistentAssembly: Linkar.Functions.Persistent (in Linkar.Functions.Persistent.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