Click or drag to resize

IDynamicConfigParameter Properties

The IDynamicConfigParameter type exposes the following members.

Properties
  NameDescription
Public propertyDefaultObject
Gets or sets the default value as object (performs internal cast)
Public propertyDescription
Gets the human readable description of parameter
Public propertyMaxObject
Gets or sets the maximum value as object (performs internal cast)
Public propertyMinObject
Gets or sets the minimum value as object (performs internal cast)
Public propertyName
Gets the name of the parameter
Public propertyValueObject
Gets or sets the value as object (performs internal cast)
Public propertyValueType
Gets the type of the value.
Top
See Also