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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
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 memberCppSdkVersion
A string representation of runtime BLPAPI C++ SDK dependency version.
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.
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