Reference to a rule parameter by key, with a default value when the parameter is not provided. Used in tests and report hints to allow export/import JSON to override thresholds centrally.
Creates a reference to a parameter by key with no default.
Parameters
- key System.String requiredposition: 0
Creates a reference to a parameter by key with a default value.
Parameters
- key System.String requiredposition: 0
- default System.Object requiredposition: 1
Returns: Boolean
Inherited from Object
Parameters
- obj Object requiredposition: 0
Returns: Int32
Inherited from Object
Returns: Type
Inherited from Object
Returns: String
Inherited from Object
Parameter key name to resolve at runtime.
Default value to use when the parameter is absent.