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.
| C# | Visual Basic | Visual C++ |
public class VersionInfo
Public Class VersionInfo
public ref class VersionInfo
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| VersionInfo()()()() | Initializes a new instance of the VersionInfo class | |
| BuildVersion |
Fourth identifier of BLPAPI SDK library version, Build, as integer.
| |
| MajorVersion |
First identifier of BLPAPI SDK library version, Major, as integer.
| |
| MinorVersion |
Second identifier of BLPAPI SDK library version, Minor, as integer.
| |
| PatchVersion |
Third identifier of BLPAPI SDK library version, Patch, as integer.
| |
| VersionString |
A string representation of BLPAPI SDK library version.
|
Static members of this type are safe for multi-threaded operations.
| Object | |
| VersionInfo | |
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1