ISoapMessage::XmlNameSpace Property

 

Gets or sets the XML namespace of the SOAP RPC (Remote Procedure Call) MethodName element.

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

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

Property Value

Type: System::String^

The XML namespace name where the object that contains the called method is located.

.NET Framework
Available since 1.1
Return to top
Show: