ISoapMessage.ParamValues Property

Definition

Gets or sets the parameter values of a method call.

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[]

The parameter values of a method call.

Applies to