ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models Namespace / ConfigurationManager Class / GetConfigurationProperty Method / GetConfigurationProperty(String,Boolean) Method
The name of the property
The default value to use if the value was not found

In This Topic
    GetConfigurationProperty(String,Boolean) Method
    In This Topic
    Get a Workflow Manager configuration property. This method must be called on the MCT. Use QueuedTask.Run
    Syntax
    public bool GetConfigurationProperty( 
       string key,
       bool defaultValue
    )
    Public Overloads Function GetConfigurationProperty( _
       ByVal key As String, _
       ByVal defaultValue As Boolean _
    ) As Boolean

    Parameters

    key
    The name of the property
    defaultValue
    The default value to use if the value was not found

    Return Value

    The property value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also