Share via


ActionDefinition.SchemaVersion Property

Definition

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

UInt32

unsigned int

uint32_t

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.

Applies to