ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Workflow.Client.Models Namespace / PropertyResponse Class / PropertyResponse Constructor
The property identifier
the property value
The property datatype
The property unique id

In This Topic
    PropertyResponse Constructor
    In This Topic
    The property response constructor
    Syntax
    public PropertyResponse( 
       string identifier,
       string value,
       string dataType,
       string uniqueId
    )
    Public Function New( _
       ByVal identifier As String, _
       ByVal value As String, _
       Optional ByVal dataType As String, _
       Optional ByVal uniqueId As String _
    )

    Parameters

    identifier
    The property identifier
    value
    the property value
    dataType
    The property datatype
    uniqueId
    The property unique id
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also