Returns an object array of all the Values.Value for this parameter. Mainly for use with Multivalue parameters.
Syntax
'Declaration
Public ReadOnly Property ValuesArray As Object()
public object[] ValuesArray {get;}
Property Value
Returns an object array of all the Values.Value.
See Also