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

In This Topic
    RequiredExpressionName Property
    In This Topic
    Gets or sets the name of an Arcade expression that returns a boolean value. When this expression evaluates to 'true' and the element is visible, the element must have a valid value in order for the feature to be created or edited. When the expression evaluates to 'false' the element is not required. If no expression is provided, the default behavior is that the element is not required. If the referenced field is non-nullable, the required expression is ignored and the element is always required.
    Syntax
    Public Property RequiredExpressionName As String
    public string RequiredExpressionName {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