ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Workflow.Client.Models Namespace / Job Class / ExtendedProperties Property

In This Topic
    ExtendedProperties Property
    In This Topic
    Extended properties of the job with a relationship type of one-to-one. Jobs can only have one value for the properties in the extended properties table.
    Syntax
    public List<ExtendedPropertyTable> ExtendedProperties {get;}
    Public ReadOnly Property ExtendedProperties As List(Of ExtendedPropertyTable)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also