ApplicationData.Version 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 version number of the application data in the app data store.
public:
property unsigned int Version { unsigned int get(); };
uint32_t Version();
public uint Version { get; }
var uInt32 = applicationData.version;
Public ReadOnly Property Version As UInteger
Property Value
The version number of the application data.