NumericAttribute(Double, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specify the range of possible values for a number field.
public NumericAttribute (double min, double max);
new Microsoft.Bot.Builder.FormFlow.NumericAttribute : double * double -> Microsoft.Bot.Builder.FormFlow.NumericAttribute
Public Sub New (min As Double, max As Double)
Parameters
- min
- Double
Min value allowed.
- max
- Double
Max value allowed.