ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMFormFieldElement Class / ValueExpressionName Property

In This Topic
    ValueExpressionName Property
    In This Topic
    Gets or sets the name of an Arcade expression that returns a date, number, or string value. When this expression evaluates the value of the field will be updated to the result. This expression is only evaluated when 'editableExpression' (if defined) is false but the field itself allows edits.
    Syntax
    Public Property ValueExpressionName As String
    public string ValueExpressionName {get; set;}
    Remarks
    If set, this name must match the Name of exactly one expression in the form's ExpressionInfos array.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also