ApplicationData.Version Property

Definition

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

UInt32

unsigned int

uint32_t

The version number of the application data.

Applies to