DynamicKeywordProperty.Range Property

Definition

Indicates a range constraint on the property value.

public:
 property Tuple<int, int> ^ Range { Tuple<int, int> ^ get(); void set(Tuple<int, int> ^ value); };
public Tuple<int,int> Range { get; set; }
member this.Range : int * int with get, set
Public Property Range As Tuple(Of Integer, Integer)

Property Value

Applies to