IDataMultiValueParameter.Values Property

Definition

Gets or sets the values of the parameters.

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

Property Value

Object[]

A collection of objects containing the values for the parameters.

Applies to