OrderOptionRequest.Values Property

Definition

Gets or sets the array of option values in the wanted order. Required.

public:
 property cli::array <int> ^ Values { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
public int[] Values { get; set; }
member this.Values : int[] with get, set
Public Property Values As Integer()

Property Value

Int32[]

The array of option values in the wanted order. Required.

Applies to