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