DynamicKeywordProperty.Range Property
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.
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)