10.24.0

IVersion Interface

The version information for the messaging API.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public interface IVersion

Properties

AssemblyBuildDate The managed assembly build date.
AssemblyFileVersion The managed assembly file version major.minor.build.
AssemblyInformationalVersion The managed assembly file semantic version major.minor.patch-tag-build.
AssemblyVersion The managed assembly version.
NativeSolClientBuildDate The native SolClient dll build date.
NativeSolClientVariant The native SolClient dll variant.
NatvieSolClientVersion The native SolClient dll version.

See Also