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

In This Topic
    RelatedProperties Property
    In This Topic
    Related properties of the job with a relationship type of one-to-many. Jobs can have multiple values for the properties in the related properties table.
    Syntax
    public List<RelatedPropertyTable> RelatedProperties {get;}
    Public ReadOnly Property RelatedProperties As List(Of RelatedPropertyTable)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also