Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ApplicationData.Version Property

Definition

Namespace:
Windows.Storage

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

UInt32

unsigned int

uint32_t

The version number of the application data.

Applies to


Feedback

Was this page helpful?