Bloomberg API for .NET
VersionInfo Class
NamespacesBloomberglp.BlpapiVersionInfo
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.
Declaration Syntax
C#Visual BasicVisual C++
public class VersionInfo
Public Class VersionInfo
public ref class VersionInfo
Members
All MembersConstructorsProperties



IconMemberDescription
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.

Thread Safety
Static members of this type are safe for multi-threaded operations.
Inheritance Hierarchy
Object
VersionInfo

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1