IDataMultiValueParameter.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 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.