Summary:
Gets the full version text. Example: "6.1.12345.0"
Type:
System.String
Access:
Read
Summary:
Gets the short version text. Example: "6.1"
Type:
System.String
Access:
Read
Summary:
Gets the major version. Example: returns 6 (from full version 6.1.12345.0)
Type:
System.Int32
Access:
Read
Summary:
Gets the minor version. Example: returns 1 (from full version 6.1.12345.0)
Type:
System.Int32
Access:
Read
Summary:
Gets the build number. Example: returns 12345 (from full version 6.1.12345.0)
Type:
System.Int32
Access:
Read
Summary:
Gets the stream version. Example: returns 0 (from full version 6.1.12345.0)
0: Release
1: Pre-Production
2: Development
Type:
System.Int32
Access:
Read