Click or drag to resize

IVersion Interface

version: 10.20.0
The version information for the messaging API.

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

The IVersion type exposes the following members.

Properties
  NameDescription
Public propertyAssemblyBuildDate
The managed assembly build date.
Public propertyAssemblyFileVersion
The managed assembly file version major.minor.build.
Public propertyAssemblyInformationalVersion
The managed assembly file semantic version major.minor.patch-tag-build.
Public propertyAssemblyVersion
The managed assembly version.
Public propertyNativeSolClientBuildDate
The native SolClient dll build date.
Public propertyNativeSolClientVariant
The native SolClient dll variant.
Public propertyNatvieSolClientVersion
The native SolClient dll version.
Top
See Also