ActionRuntime.LatestSupportedSchemaVersion 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 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
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.