Gets the soap response 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 LastSoapResponse { get; }
Visual Basic
Public ReadOnly Property LastSoapResponse As String
	Get
Visual C++
public:
property String^ LastSoapResponse {
	String^ get ();
}

See Also