ISoapMessage::MethodName Property

 

Gets or sets the name of the called method.

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

property String^ MethodName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the called method.

.NET Framework
Available since 1.1
Return to top
Show: