ReleaseInfo.Patch Property

Definition

Gets the patch version of the Windows App SDK release.

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

Property Value

UInt16

unsigned short

uint16_t

The patch version of the Windows App SDK release.

Applies to