ArcGIS Pro 2.8 API Reference Guide
GetConfigurationProperty(String,Int32) Method

ArcGIS.Desktop.Workflow.Models Namespace > ConfigurationManager Class > GetConfigurationProperty Method : GetConfigurationProperty(String,Int32) 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 int GetConfigurationProperty( 
   string key,
   int defaultValue
)
Public Overloads Function GetConfigurationProperty( _
   ByVal key As String, _
   ByVal defaultValue As Integer _
) As Integer

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

See Also

Reference

ConfigurationManager Class
ConfigurationManager Members
Overload List