ReleaseInfo.Major Property

Definition

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

UInt16

unsigned short

uint16_t

The major version of the Windows App SDK release.

Applies to