ISoapMessage.XmlNameSpace Property

Definition

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

public:
 property System::String ^ XmlNameSpace { System::String ^ get(); void set(System::String ^ value); };
public string XmlNameSpace { get; set; }
member this.XmlNameSpace : string with get, set
Public Property XmlNameSpace As String

Property Value

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

Applies to