Type: BCS.Sym3.IVersionInfo
Application version info
Properties
BuildNumber
- Description: Gets the build number. Example: returns 12345 (from full version 6.1.12345.0)
- Type: Int32
- Access: Read
Full
- Description: Gets the full version text. Example: “6.1.12345.0”
- Type: String
- Access: Read
Major
- Description: Gets the major version. Example: returns 6 (from full version 6.1.12345.0)
- Type: Int32
- Access: Read
Minor
- Description: Gets the minor version. Example: returns 1 (from full version 6.1.12345.0)
- Type: Int32
- Access: Read
Short
- Description: Gets the short version text. Example: “6.1”
- Type: String
- Access: Read
Stream
- Description: Gets the stream version. Example: returns 0 (from full version 6.1.12345.0) 0: Release 1: Pre-Production 2: Development
- Type: Int32
- Access: Read