Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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;