SoapMessage.ParamValues Property

Definition

Gets or sets the parameter values for the called method.

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

Property Value

Object[]

Parameter values for the called method.

Implements

Applies to