ActionDefinition.SchemaVersion 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 that specifies the action definition JSON schema version used by the app action.
public:
property unsigned int SchemaVersion { unsigned int get(); };
uint32_t SchemaVersion();
public uint SchemaVersion { get; }
var uInt32 = actionDefinition.schemaVersion;
Public ReadOnly Property SchemaVersion As UInteger
Property Value
An integer specifying the action definition JSON schema version.
Remarks
For information about the JSON syntax for defining an action, see Action definition JSON schema for App Actions on Windows.