SoapRequest XML.

Namespace: Nehta.VendorLibrary.Common
Assembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)

Syntax

C#
public string SoapRequest { get; set; }
Visual Basic
Public Property SoapRequest As String
	Get
	Set
Visual C++
public:
property String^ SoapRequest {
	String^ get ();
	void set (String^ value);
}

See Also