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

GetConfigurationProperty(String,String) Method
Get a Workflow Manager configuration property. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public string GetConfigurationProperty( 
   string key,
   string defaultValue
)

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.0 or higher.
See Also