Property Profile
Profile
Gets the ArcadeProfile which invoked the Arcade console function.
Declaration
public ArcadeProfile Profile { get; }
Property Value
| Type | Description |
|---|---|
| ArcadeProfile | The ArcadeProfile which invoked the Arcade console function. |
Remarks
Arcade console messages may be sent from different execution contexts, for example:
- AttributeRuleConstraint indicates evaluation of an Attribute Rule Constraint. See documentation for Attribute Rule Constraint.
- AttributeRuleCalculation indicates evaluation of an Attribute Rule Calculation. See documentation for Attribute Rule Calculation.
- Labeling indicates evaluation of a Expression or AngleExpression.
- Popup indicates evaluation of an expression used to populate popup fields.
- Restricted indicates no optional functionality is allowed and is the preferred default for an ArcadeEvaluator.
- Unrestricted indicates optional functionalities are allowed and is the legacy default.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 100.15 |
| .NET 6.0 | 100.14 - 100.15 |
| .NET 6.0 Windows | 100.14 - 100.15 |
| .NET Framework | 100.14 - 100.15 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 100.15 |