IVersion Interface

Solclient

IVersion Interface
version: 7.2.1.27
The version information for the messaging API.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public interface IVersion
Public Interface IVersion
public interface class 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 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