Gets the soap response xml for the last service call.

Namespace: Nehta.VendorLibrary.SM.SMD
Assembly: Nehta.VendorLibrary.SM.SMD (in Nehta.VendorLibrary.SM.SMD.dll) Version: 1.0.5.0 (1.0.5.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