Gets the soap request xml for the last service call.

Namespace: Nehta.VendorLibrary.SM.ELS
Assembly: Nehta.VendorLibrary.SM.ELS (in Nehta.VendorLibrary.SM.ELS.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#
public string LastSoapRequest { get; }
Visual Basic
Public ReadOnly Property LastSoapRequest As String
	Get
Visual C++
public:
property String^ LastSoapRequest {
	String^ get ();
}

See Also