ISoapMessage::ParamNames Property

 

Gets or sets the parameter names of the method call.

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

property array<String^>^ ParamNames {
	array<String^>^ get();
	void set(array<String^>^ value);
}

Property Value

Type: array<System::String^>^

The parameter names of the method call.

.NET Framework
Available since 1.1
Return to top
Show: