Click or drag to resize

BaseConfigManagergetMinValue Method

Returns minimum allowed value for given variable. If there is no minimum allowed value, throws an InvalidInputException. As of FactSetOnDemand 3.0, the minimum allowed values are: Timeout: 1 HTTPSRetries: 0

Namespace:  Kratos_3.Config
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public int getMinValue(
	ConfigOptions name
)

Parameters

name
Type: ConfigOptions
Variable to check minimum value of

Return Value

Type: Int32
Minimum value allowed for variable
Exceptions
ExceptionCondition
InvalidInputExceptionThrown if the given variable does not have a minimum allowed value
See Also