ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Client.Models Namespace / SearchQuery Class / Fields Property

In This Topic
    Fields Property (SearchQuery)
    In This Topic
    A list of fields whose value you want returned in the search result. If no fields are defined in the search query, jobName, priority, dueDate and currentStep fields are returned.
    Syntax
    public List<string> Fields {get; set;}
    Public Property Fields As List(Of String)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also