IPexChoiceSession.ChooseValueFromRange(String, Int32, Int32) Method

Definition

Returns a value within a range.

public:
 int ChooseValueFromRange(System::String ^ description, int minInclusive, int maxExclusive);
public int ChooseValueFromRange (string description, int minInclusive, int maxExclusive);
abstract member ChooseValueFromRange : string * int * int -> int
Public Function ChooseValueFromRange (description As String, minInclusive As Integer, maxExclusive As Integer) As Integer

Parameters

description
String

The description of the choice.

minInclusive
Int32

The minimum value (inclusive).

maxExclusive
Int32

The maximum value (exclusive.

Returns

Applies to