OrderOptionRequest.Values 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.
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.