ReleaseInfo.Major Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the major version of the Windows App SDK release.
public:
static property unsigned short Major { unsigned short get(); };
static uint16_t Major();
public static ushort Major { get; }
var uInt16 = ReleaseInfo.major;
Public Shared ReadOnly Property Major As UShort
Property Value
The major version of the Windows App SDK release.