ISoapMessage::ParamValues Property

 

Gets or sets the parameter values of a method call.

Namespace:   System.Runtime.Serialization.Formatters
Assembly:  mscorlib (in mscorlib.dll)

property array<Object^>^ ParamValues {
	array<Object^>^ get();
	void set(array<Object^>^ value);
}

Property Value

Type: array<System::Object^>^

The parameter values of a method call.

.NET Framework
Available since 1.1
Return to top
Show: