Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
The Scope property applies to the following object types:
- Scope property for page actions
- Scope property for tables
- Enum objects
- Interface objects
The property is available for page actions and tables from runtime version 1.0. It's available for enum and interface objects from runtime version 14.0.
Scope on enum and interface objects
For enum and interface objects, Scope controls whether the object can be used in extensions that target the cloud.
| Value | Description |
|---|---|
Cloud |
The object can be used in extensions that target the cloud or on-premises. This value is the default. |
OnPrem |
The object can be used only in extensions that target on-premises deployments. |
Syntax
Scope = OnPrem;