ReleaseInfo.Patch 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 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
The patch version of the Windows App SDK release.