ISoapMessage::ParamTypes Property

 

Gets or sets the parameter types of a method call.

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

property array<Type^>^ ParamTypes {
	array<Type^>^ get();
	void set(array<Type^>^ value);
}

Property Value

Type: array<System::Type^>^

The parameter types of a method call.

.NET Framework
Available since 1.1
Return to top
Show: