Gets or sets the text identifying the shipping method for this instance.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also