ArcGIS Pro 2.9 API Reference Guide
GetConfigurationProperty(String,String) Method

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
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
)
Public Overloads Function GetConfigurationProperty( _
   ByVal key As String, _
   ByVal defaultValue As String _
) As String

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, Windows 8.1

See Also

Reference

ConfigurationManager Class
ConfigurationManager Members
Overload List