Click or drag to resize
VersionInfo Class
This class provides a basic primitive version information for the BLPAPI SDK library. It provides a simple way to access the following version information as 4 integers: Major, Minor, Patch, and Build.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiVersionInfo

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public class VersionInfo

The VersionInfo type exposes the following members.

Constructors
  NameDescription
Public methodVersionInfo
Initializes a new instance of the VersionInfo class
Top
Properties
  NameDescription
Public propertyStatic memberBuildVersion
Fourth identifier of BLPAPI SDK library version, Build, as integer.
Public propertyStatic memberMajorVersion
First identifier of BLPAPI SDK library version, Major, as integer.
Public propertyStatic memberMinorVersion
Second identifier of BLPAPI SDK library version, Minor, as integer.
Public propertyStatic memberPatchVersion
Third identifier of BLPAPI SDK library version, Patch, as integer.
Public propertyStatic memberVersionIdentifier
A string representation of BLPAPI SDK library version and git commit id.
Public propertyStatic memberVersionString
A string representation of BLPAPI SDK library version.
Top
Thread Safety
Static members of this type are safe for multi-threaded operations.
See Also