ArcGIS Pro 3.7 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 ReadOnly Property RelatedProperties As List(Of RelatedPropertyTable)
    public List<RelatedPropertyTable> RelatedProperties {get;}
    Requirements

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

    ArcGIS Pro version: 3.2 or higher.
    See Also