ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMGeotriggerNotificationProperties Class / ExpressionInfo Property

In This Topic
    ExpressionInfo Property
    In This Topic
    Gets or sets the arcade expression which can be used to configure notification information when the Geotrigger condition is met. The expression uses the Geotrigger Notification Arcade profile.
    Syntax
    public CIMExpressionInfo ExpressionInfo {get; set;}
    Public Property ExpressionInfo As CIMExpressionInfo
    Remarks
    The expression can return either a string that will be used for a user facing message or a Dictionary that can include a user facing message with the key 'message', and a recommended list of app actions using the key 'actions'.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also