Share via


ActionRuntime.LatestSupportedSchemaVersion Property

Definition

Gets a value specifying the latest supported app action definition schema version.

public:
 property unsigned int LatestSupportedSchemaVersion { unsigned int get(); };
uint32_t LatestSupportedSchemaVersion();
public uint LatestSupportedSchemaVersion { get; }
var uInt32 = actionRuntime.latestSupportedSchemaVersion;
Public ReadOnly Property LatestSupportedSchemaVersion As UInteger

Property Value

UInt32

unsigned int

uint32_t

The version number of the latest supported app action definition schema.

Remarks

For more information, see Action definition JSON schema for App Actions on Windows.

Applies to