Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.04 KB

devenv-apiversion-page-property.md

File metadata and controls

35 lines (25 loc) · 1.04 KB
title description ms.author ms.date ms.topic author ms.reviewer
APIVersion Property (Page)
Sets the versions of the API endpoint that the page is exposed in.
solsen
06/23/2023
reference
SusanneWindfeldPedersen
solsen

APIVersion Property (Page)

Version: Available from runtime version 1.0.

Sets the version(s) of the API endpoint the page is exposed in. If the APIVersion isn't specified, the default value is beta. The syntax for providing versions is illustrated in the example below:

Applies to

  • Page object

Syntax

APIVersion = 'beta', 'v1.0';

Note

The property APIVersion can only be set if the PageType Property is set to API. For more information, see API Page Type.

See Also

Properties
Page Object
APIVersion Property (Query)