Property Information
Information
Gets a dictionary of optional context information where Arcade console function is invoked.
Declaration
public IReadOnlyDictionary<string, string> Information { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> | A dictionary of optional context information where Arcade console function is invoked. |
Remarks
If this is an AttributeRuleConstraint or AttributeRuleCalculation, expect Information to include the following keys:
- "ruleName" - The name of the attribute rule which invoked the Arcade console function.
- "tableName" - The name of the ArcGISFeatureTable evaluating the attribute rule.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |