ReleaseInfo.Minor Property

Definition

Gets the minor version of the Windows App SDK release.

public:
 static property unsigned short Minor { unsigned short get(); };
static uint16_t Minor();
public static ushort Minor { get; }
var uInt16 = ReleaseInfo.minor;
Public Shared ReadOnly Property Minor As UShort

Property Value

UInt16

unsigned short

uint16_t

The minor version of the Windows App SDK release.

Applies to